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-26 r88060) -- "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-27/deps.csv", task.str = "1397", release = "/scratch/th798/data.table-revdeps/2025-03-27/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-27/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16155417/R-devel/1397" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16155417/R-devel/1397/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "staggered" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16155417/R-devel/1397/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-27 01:21:57 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16155417/R-devel/1397/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/staggered_1.2.2.tar.gz' Content type 'application/x-gzip' length 285391 bytes (278 KB) ================================================== downloaded 278 KB * installing *source* package 'staggered' ... ** this is package 'staggered' version '1.2.2' ** package 'staggered' 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'/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 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; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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/Map.h:18:8: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/Core/Map.h:24:49: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-devel/library/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 -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 code.cpp -o code.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 code.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; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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/Map.h:18:8: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/Core/Map.h:24:49: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Map >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Map >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Map >, 0>' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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 > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:73:7: required from 'class Eigen::BDCSVD >' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:106:24: required from 'class Eigen::BDCSVD >' code.cpp:21: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 > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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 >' code.cpp:21:80: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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 >' code.cpp:31:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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>' code.cpp:31:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, 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::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::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::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::Product >, Eigen::Matrix, 0> >' code.cpp:31:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/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>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/BDCSVD.h:272:37: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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/BDCSVD.h:281:43: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Transpose >, 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::Transpose >, 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::Transpose >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:281:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 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::Transpose >, 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::Transpose >, 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::Transpose >, 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::Transpose >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:281:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:282:35: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, 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/BDCSVD.h:282:35: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:41:15: required from 'class Eigen::internal::UpperBidiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.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/Core/BandMatrix.h:230:22: required from 'class Eigen::internal::BandMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:86:20: required from 'class Eigen::internal::UpperBidiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:21: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:293:36: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, 0>': /projects/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/BDCSVD.h:308:28: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Householder/HouseholderSequence.h:141:7: required from 'class Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:44: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Cholesky/LDLT.h:514:33: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 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, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:43: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:101: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/SVD/BDCSVD.h:229:30: required from 'void Eigen::BDCSVD::allocate(Eigen::Index, Eigen::Index, unsigned int) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:250:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /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: [ 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:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:437:72: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:442:24: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:34: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, 0>': /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/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:81: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, 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/BDCSVD.h:502:60: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, -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>, 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>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:506:122: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -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>, 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>, 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>, 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>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:506:122: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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/BDCSVD.h:535:91: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:78: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:78: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map, 16, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:569:47: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 16, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:569:47: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 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, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:40: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, true>, 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, true>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:56: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:583:70: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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/SVD/BDCSVD.h:338:34: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase >::CastXpr::Type Eigen::DenseBase >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:339:83: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /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: [ 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:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:339:99: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/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/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31: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, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::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:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:58: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>, 0>': /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /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/Core/BandMatrix.h:138:32: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16777215>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16777215>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16777215>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16777215> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16777215> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 16777215>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:140:21: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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, 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, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:293:46: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:508:64: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>, -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>, -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>, -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>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, -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/SVD/BDCSVD.h:1191:33: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -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, 0>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1191:73: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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/SVD/BDCSVD.h:1193:117: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:1246:38: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1246:54: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] 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: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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:600:19: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:288:101: required by substitution of 'template Eigen::Ref, 0, Eigen::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:601:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:625:16: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:17: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, 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/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/SVD/BDCSVD.h:375:25: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:35: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:377:15: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/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/SVD/BDCSVD.h:378:15: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:14: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:45: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/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/SVD/BDCSVD.h:389:62: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, Eigen::Block >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:50: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:394:27: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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, 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>, 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/SVD/BDCSVD.h:395:22: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:84:50: required from 'bool Eigen::DenseBase::all() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/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/SVD/JacobiSVD.h:692:30: required from '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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 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::Transpose >, 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/BDCSVD.h:281:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, -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, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -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::ArrayWrapper, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1246:74: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:768:46: required from 'void Eigen::BDCSVD::computeSingVals(const ArrayRef&, const ArrayRef&, const IndicesRef&, VectorType&, ArrayRef, ArrayRef) [with _MatrixType = Eigen::Matrix; ArrayRef = Eigen::Ref, 0, Eigen::InnerStride<1> >; IndicesRef = Eigen::Ref >; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:804:24: required from 'void Eigen::BDCSVD::computeSingVals(const ArrayRef&, const ArrayRef&, const IndicesRef&, VectorType&, ArrayRef, ArrayRef) [with _MatrixType = Eigen::Matrix; ArrayRef = Eigen::Ref, 0, Eigen::InnerStride<1> >; IndicesRef = Eigen::Ref >; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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, 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, 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, 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, Eigen::Matrix >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, -1, -1, true>, 2>, 0>': /projects/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>, 2>, 1>' /projects/genomic-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>, 2> >' /projects/genomic-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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:146:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:361: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:146:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, -1, true>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /projects/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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, -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, false>, -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, false>, -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, 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/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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, -1, 1, true>, -1, 1, false>, 2>, 0>': /projects/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, 1, false>, 2>, 1>' /projects/genomic-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>, 2> >' /projects/genomic-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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:150:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:150:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /projects/genomic-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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, -1, 1, false>, 2>, 0>': /projects/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>, 2>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:156:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:156:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /projects/genomic-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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, 1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, 1, 1, false>, -1, 1, false>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>, 1>' /projects/genomic-ml/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>, 2> >' /projects/genomic-ml/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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:160:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:160:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /projects/genomic-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: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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, -1, 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:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:54: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, -1, 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, -1, false>, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:54: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1>, -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, 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, 0>': /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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, 0>': /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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 0>': /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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, true> >, 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, true> >, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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> > >, 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::Block, -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, const Eigen::Block, -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, const Eigen::Block, -1, 1, false> > >, 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::Block, -1, 1, false> > >, Eigen::Matrix, 1, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, true>, 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, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:167:44: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:530:29: required from 'Eigen::DenseBase::CoeffReturnType Eigen::DenseBase::value() const [with Derived = Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>; CoeffReturnType = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, false>, Eigen::Map >, 0>, 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::Map >, 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::Map >, 0> >' /projects/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::Map >, 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::Map >, 0, 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::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::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 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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::Map >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of '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/BDCSVD.h:272:71: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 1, -1, false>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:339:92: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/SVD/UpperBidiagonalization.h:130:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/SVD/UpperBidiagonalization.h:181:16: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, -1, -1, false>, -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, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:182:16: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, 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, -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, -1, false>, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 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<> >, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:186:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:186:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:187:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:203:23: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:203:23: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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/SVD/UpperBidiagonalization.h:207:77: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>, 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::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:207:80: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:208:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<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::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:208:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<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::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:209:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:1043:41: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match, -1, -1, false>, 1, -1, false>, 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::InnerStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:216:18: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match, -1, -1, false>, 1, -1, false>, 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::InnerStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:216:18: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:219:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:220:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::InnerStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:239:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /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::Transpose, 0, Eigen::InnerStride<> > >, 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<> >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:240:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<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::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:241:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> > >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /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::Transpose, 0, Eigen::InnerStride<> > >, 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<> > >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:242:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>, 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::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:243:63: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -1, false>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:269:82: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:269:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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>, -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>, -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>, -1, -1, false>, 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<> >, -1, -1, false>, -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>, -1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:270:69: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:391:7: required from 'Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 0>, -1, 1, false>; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:428:22: required from 'Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::operator()(Eigen::Index) [with Derived = Eigen::Block, 0>, -1, 1, false>; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1206:11: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/BDCSVD.h:602:7: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, true>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, -1, -1, true>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 1>, 1>' /projects/genomic-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>, 1> >' /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>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:192:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:192:75: required from 'static void Eigen::internal::vectorwise_reverse_inplace_impl<1>::run(ExpressionType&) [with ExpressionType = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:212:60: required from 'void Eigen::VectorwiseOp::reverseInPlace() [with ExpressionType = Eigen::Block, -1, -1, true>; int Direction = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, -1, true>, -1, -1, true>, 1> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> > >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false> > >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-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> > > >' /projects/genomic-ml/R/R-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> > > >' /projects/genomic-ml/R/R-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> >, Eigen::Dense>' /projects/genomic-ml/R/R-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> > >' /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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, 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::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, 0>': /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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = 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:370:45: required from 'struct Eigen::internal::generic_product_impl, -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: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, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -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::Block, -1, 1, false>; Src = Eigen::Product, -1, -1, false>, Eigen::Block, -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, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, 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/Cholesky/LDLT.h:577:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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, 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/Cholesky/LDLT.h:610:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map >, 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::Map >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Map >, 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::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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/Eigen/src/SVD/JacobiSVD.h:692:30: required from '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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -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, false>, -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, 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, -1, -1, false>, -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, false>, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder.h:129:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -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::Block, -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::Block, -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::Block, -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::Block, -1, -1, false>, -1, 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, -1, -1, false>, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:121:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-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>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/Householder.h:170:53: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> >, 1, -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::InnerStride<> >, 1, -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::InnerStride<> >, 1, -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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:69: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -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>, -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, 0>, -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, 0>, -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, 0>, -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_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -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:448:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1191:84: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<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::MatrixWrapper, 0, Eigen::InnerStride<1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > >; 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/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:147:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/BlockHouseholder.h:63:90: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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, 0>, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::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::Map >; 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, 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, -1, -1, false>, -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, false>, -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, false>, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 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>, 1, -1, false>, 2>' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-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>, 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>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, -1, false>, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<1> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> >, 1, -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::InnerStride<> >, 1, -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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0>, 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/BandMatrix.h:138:22: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16777215> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16777215> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16777215> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16777215> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16777215> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 16777215>, 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/BandMatrix.h:140:25: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 2, 1, true> >' /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> >, 2, 1, true> >' /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> >, 2, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, -1, -1, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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> >, 1, -1, false>, 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, -1, false>, 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> >, 1, -1, false>, 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> >, 1, -1, false> >' /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> >, 1, -1, false> >' /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> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, 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, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:530:29: required from 'Eigen::DenseBase::CoeffReturnType Eigen::DenseBase::value() const [with Derived = Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>; CoeffReturnType = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, false> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/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/GeneralBlockPanelKernel.h:147:40: required from 'void Eigen::internal::evaluateProductBlockingSizesHeuristic(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:342:81: required from 'void Eigen::internal::computeProductBlockingSizes(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:355:66: required from 'Eigen::internal::gemm_blocking_space::gemm_blocking_space(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, bool) [with int StorageOrder = 0; _LhsScalar = double; _RhsScalar = double; int MaxRows = -1; int MaxCols = -1; int MaxDepth = -1; int KcFactor = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:507:18: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/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::Map >; Rhs = Eigen::Map >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; Rhs = Eigen::Map >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -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::Block, -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::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/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:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /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::Ref, 0, Eigen::InnerStride<1> >; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, true>; Rhs = Eigen::Ref, 0, Eigen::InnerStride<1> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>; ExpressionType = Eigen::Ref, 0, Eigen::InnerStride<1> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:209:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<> >, 1, -1, false> >, 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::InnerStride<> >, 1, -1, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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>, 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>, 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>, 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>, 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>, 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: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:437:55: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, 0>, -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, 0>, -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, 0>, -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, 0>, -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, 0>, -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: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, 0>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:56: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/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, 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, false> >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -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_max_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:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; 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/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with 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/SVD/BDCSVD.h:1193:128: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -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/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, -1, -1, true>, Eigen::Block >, -1, -1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator >, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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>, 0>, 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>, 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>, 0> >' /projects/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>, 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>, 0, 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>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -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/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, true>, 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, true>, 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/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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, 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, 16, 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, 16, 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, 16, 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, 16, 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, 16, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, Eigen::Stride<0, 0> >, 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/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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, 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::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/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/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::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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, -1, -1, true>, 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, true>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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, 16, 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, 16, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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: required from 'Derived& Eigen::MatrixBase::operator=(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/SVD/BDCSVD.h:339:53: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1>, -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, 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, 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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -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 = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 0>, -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, 0>, -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, 0>, -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, 0>, -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 = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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/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::Block, -1, -1, false>, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 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::Map >; Rhs = Eigen::Map >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::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:195:21: 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::Map >; Rhs = Eigen::Map >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::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:198: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::Map >; Rhs = Eigen::Map >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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/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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, -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, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Transpose, 0> >; 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::Transpose, 0> >; 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::Diagonal, 0>; 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::Diagonal, 0>; 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:138:22: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, -1, true>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Reverse, -1, 1, false>, -1, -1, true>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, -1, true>; Src = Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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: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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, false>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Reverse, -1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1043:41: 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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>, Eigen::internal::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>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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::Block, -1, -1, false>, -1, 1, true>, -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, true>; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>, -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, true>; Src = Eigen::Block, -1, -1, false>, -1, 1, true>, -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, true>; Src = Eigen::Block, -1, -1, false>, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:377:20: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:378:20: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 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, true>, 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, true>, 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, true>, Eigen::Block >, -1, -1, false>, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, -1, -1, true>, 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, true>, Eigen::Block >, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true>, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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>, 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>, 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>, 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, -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>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, 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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true> >, 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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, true> >, 1, -1, true>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, true> >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, true> >, 1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true> >, 1, -1, true>, 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::Transpose, -1, -1, true> >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, -1, -1, true> >; Rhs = Eigen::Matrix]' /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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -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, 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, false>, -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, false>, -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, false>, -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, false>, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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>, 1, -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>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<1> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<> >, 1, -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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, -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<> >, -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, -1, false>, -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, 0, Eigen::OuterStride<> >, -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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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::Transpose, 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, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -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/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -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/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -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/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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<> >, -1, -1, false>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > >; 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/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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, 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, true>; SrcXprType = Eigen::Block, Eigen::Matrix >, -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, true>; SrcXprType = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of '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:147:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true>, -1, -1, true>, 1>, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true>, -1, -1, true>, 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, -1, -1, true>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; 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, true>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; 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, true>, -1, -1, true>; Src = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -1, -1, false> >, 0>': /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:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, -1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 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::Transpose, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true> >, 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, true> >, 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, true> >, 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, true> >, 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, -1, -1, true> >, 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, true> >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, 1, -1, true>, 0>': /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>, 1, -1, true>, 2>' /projects/genomic-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>, 1, -1, true> >' /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>, 1, -1, true> >' /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>, 1, -1, true>, 0>' /projects/genomic-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>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 = const Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix; _MatrixType = const Eigen::Matrix; 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::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:581:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: 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 = 6; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 6]' /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; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 6]' /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; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 6]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:606:71: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: 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/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::Map >; Rhs = Eigen::Map >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h: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>, 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>, 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>, 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>, 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>, 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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>, -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, 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, 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, false>, -1, 1, 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, 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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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: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>, -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, 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, 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, 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, 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<1> >, -1, 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::InnerStride<1> >, -1, 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::InnerStride<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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -1, 1, true>, 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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> > >, -1, 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::InnerStride<> > >, -1, 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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -1, 1, true>, 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::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -1, false>, 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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 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::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, -1, -1, true>, 1, -1, false>; U = Eigen::Block >, -1, -1, false>, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, -1, -1, true>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, -1, -1, true>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, 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, 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, false> >, -1, 1, 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, 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, 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/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 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>, 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>, 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>, 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>, 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>, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 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, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 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, 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, 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, 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, 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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 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/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, 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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -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, 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, false>, -1, 1, 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, 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, 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, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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>, 1, -1, false>, 2>' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-ml/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>, 1, -1, false> >' /projects/genomic-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>, 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>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 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, 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, false> >, -1, 1, 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, 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, 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, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:1043:41: required from '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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 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<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 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<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<1> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> > >, 2>' /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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::InnerStride<> >, 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::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -1, false>, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/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::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > > >, 0>': /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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false> > >, 0>': /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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, 1, -1, true> >, 0>': /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>, 1, -1, true> >, 2>' /projects/genomic-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>, 1, -1, true> > >' /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>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true> >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 11 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::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::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -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: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>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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/GeneralProduct.h:207:26: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/GeneralProduct.h:207:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false> >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> > >, 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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> > >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true> >, 0>': /projects/genomic-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, 0, Eigen::InnerStride<> > >, -1, 1, true> > >' /projects/genomic-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, 0, Eigen::InnerStride<> > >, -1, 1, true> > >' /projects/genomic-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, 0, Eigen::InnerStride<> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true> >, 0>': /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::InnerStride<> > >, -1, 1, true> > >' /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::InnerStride<> > >, -1, 1, true> > >' /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::InnerStride<> > >, -1, 1, true>, Eigen::Dense>' /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::InnerStride<> > >, -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::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -1, false>, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, 1, -1, false> >' /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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true>; U = Eigen::Block, 0, Eigen::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>; 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; Dest = Eigen::Ref, 0, Eigen::OuterStride<> >; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Ref, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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, false>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 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, 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 = 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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>, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 = 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> >, 0>': /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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > >, 0>': /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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > > >, 0>': /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/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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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 10 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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>, 1, -1, false> >, 2>' /projects/genomic-ml/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>, 1, -1, false> > >' /projects/genomic-ml/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>, 1, -1, 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>, 1, -1, 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>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>; Rhs = Eigen::Block >, -1, -1, false>; int ProductTag = 8; 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, true>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 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> >, 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> >, 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> >, 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> >, 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::Block, -1, -1, false>; 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::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:282: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, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false> > >, 0>': /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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >, 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>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true>, 1, -1, true> > >' /projects/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>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -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, 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<1> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> > >, 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, 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:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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, 0, Eigen::InnerStride<> > >, -1, 1, true> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<> > >, -1, 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::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -1, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, -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<> >, -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, -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<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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> >, -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, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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>, 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, false>, 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, false>, 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, 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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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:44:18: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 2>' /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/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::InnerStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:48:18: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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/TriangularMatrixVector.h:66:56: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const RhsScalar&) [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:266:12: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, -1, true> >; 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::Transpose, -1, -1, true> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::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>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, const Eigen::Block, -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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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::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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 1, -1, false>, Eigen::Matrix, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, 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, true>, 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::Block, -1, -1, true>; 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::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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>, -1, 1, true> >': /projects/genomic-ml/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>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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>, 1, -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>, 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>, 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>, 1, -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>, 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>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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> >, -1, 1, true> >': /projects/genomic-ml/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> >, -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>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: 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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, 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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -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:654:63: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, -1, -1, true> >, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, -1, true> >, 1, -1, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, -1, -1, true>, 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, true>, Eigen::Matrix, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1, -1, false>, 1, -1, true>, 0>': /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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, 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, 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, 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, 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, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>; Derived = Eigen::Block, -1, -1, false>, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::OuterStride<> > >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::OuterStride<> > >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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, false>, -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, false>, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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, 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, 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, false>, -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, false>, -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, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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> >, 0>': /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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>; Derived = Eigen::Block, -1, -1, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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, true> >, 0>': /projects/genomic-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, true> > >' /projects/genomic-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, true> > >' /projects/genomic-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, true>, Eigen::Dense>' /projects/genomic-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, 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, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /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: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/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::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::Transpose >; 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/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of '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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -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, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:1043:41: 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: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: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -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, 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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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, false>, -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, false>, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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:282:27: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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, 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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, -1, true> >; 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::Transpose, -1, -1, true> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, -1, true> >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:66:28: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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, true> >, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 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::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true>, 1, -1, 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, true>, 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, true>, 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, true>, 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::Block, -1, -1, true>; 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::Block, -1, -1, true>; 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::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::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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> >': /projects/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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /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 staggered.so RcppExports.o code.o installing to /tmp/th798/16155417/R-devel/1397/library/00LOCK-staggered/00new/staggered/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (staggered) The downloaded source packages are in '/tmp/th798/16155417/RtmpckgEeS/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 34.421 2.071 50.494 > print(Sys.time()) [1] "2025-03-27 01:22:47 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-27 01:22:47 MST" Installing package into '/tmp/th798/16155417/R-devel/1397/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/16155417/R-devel/1397/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-27 01:23:12 MST" * using log directory '/tmp/th798/16155417/R-devel/1397/staggered.Rcheck' * using R Under development (unstable) (2025-03-26 r88060) * 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 'staggered/DESCRIPTION' ... OK * this is package 'staggered' version '1.2.2' * 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 'staggered' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... INFO installed size is 11.0Mb sub-directories of 1Mb or more: libs 10.4Mb * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... OK * checking examples ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-27 01:24:33 MST" [1] "2025-03-27 01:24:33 MST" Installing package into '/tmp/th798/16155417/R-devel/1397/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/16155417/R-devel/1397/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-27 01:24:53 MST" * using log directory '/tmp/th798/16155417/R-devel/1397/staggered.Rcheck' * using R Under development (unstable) (2025-03-26 r88060) * 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 'staggered/DESCRIPTION' ... OK * this is package 'staggered' version '1.2.2' * 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 'staggered' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... INFO installed size is 11.0Mb sub-directories of 1Mb or more: libs 10.4Mb * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... OK * checking examples ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-27 01:26:07 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-27/deps.csv", task.str = "1397", release = "/scratch/th798/data.table-revdeps/2025-03-27/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-27/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16155417/R-release/1397" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16155417/R-release/1397/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "staggered" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16155417/R-release/1397/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-27 01:26:12 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16155417/R-release/1397/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/staggered_1.2.2.tar.gz' Content type 'application/x-gzip' length 285391 bytes (278 KB) ================================================== downloaded 278 KB * installing *source* package 'staggered' ... ** package 'staggered' 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'/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 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; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/Map.h:18:8: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-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/Core/Map.h:24:49: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-release/library/Rcpp/include/Rcpp/InputParameter.h:64:11: required from 'class Rcpp::ConstInputParameter > >' RcppExports.cpp:20:85: required from here /projects/genomic-ml/R/R-release/library/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 -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 code.cpp -o code.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 code.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; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/Map.h:18:8: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-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/Core/Map.h:24:49: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/MapBase.h:37:34: required from 'class Eigen::MapBase >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map >' code.cpp:9:88: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map >, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map >, 0> >' /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::Map >, 0, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Map >, 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::Map >, 0>' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/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 > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:73:7: required from 'class Eigen::BDCSVD >' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:106:24: required from 'class Eigen::BDCSVD >' code.cpp:21: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 > >, 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 >' code.cpp:21:80: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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 >' code.cpp:31:35: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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>' code.cpp:31:40: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, 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::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::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::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::Product >, Eigen::Matrix, 0> >' code.cpp:31:55: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/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>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/BDCSVD.h:272:37: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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/BDCSVD.h:281:43: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Transpose >, 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::Transpose >, 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::Transpose >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:281:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 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::Transpose >, 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::Transpose >, 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::Transpose >, 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::Transpose >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:281:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:282:35: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, 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/BDCSVD.h:282:35: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:41:15: required from 'class Eigen::internal::UpperBidiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.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/Core/BandMatrix.h:230:22: required from 'class Eigen::internal::BandMatrix' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:86:20: required from 'class Eigen::internal::UpperBidiagonalization >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 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, 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/BDCSVD.h:292:21: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 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, 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/BDCSVD.h:293:36: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/BDCSVD.h:308:28: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Householder/HouseholderSequence.h:141:7: required from 'class Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:44: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Cholesky/LDLT.h:514:33: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 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, true>, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:43: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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 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>, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:101: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::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/SVD/BDCSVD.h:229:30: required from 'void Eigen::BDCSVD::allocate(Eigen::Index, Eigen::Index, unsigned int) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:250:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: [ 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:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:437:72: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:442:24: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -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>, -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>, -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>, -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>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0>, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:34: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:81: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, 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/BDCSVD.h:502:60: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, true>, -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>, 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>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:506:122: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -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>, 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>, 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>, 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>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:506:122: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/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/BDCSVD.h:535:91: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:78: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:78: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:111:75: required from 'class Eigen::Map, 16, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:569:47: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 16, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:569:47: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 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, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:40: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:56: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:583:70: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:338:34: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase >::CastXpr::Type Eigen::DenseBase >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:339:83: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: [ 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:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:339:99: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 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>, -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>, -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>, -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>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 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, 0>, -1, 1, false> >, 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, 0>, -1, 1, false> >, 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, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-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/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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>, 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:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-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/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31: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, -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, 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>, 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/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:58: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>, 0>': /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Core/BandMatrix.h:138:32: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16777215>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16777215>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16777215>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16777215> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16777215> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 16777215>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:140:21: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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, 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, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:293:46: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:508:64: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>, -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>, -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>, -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>, -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>, -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>, -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/SVD/BDCSVD.h:1191:33: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -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, 0>, -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, 0>, -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, 0>, -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, 0>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1191:73: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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/SVD/BDCSVD.h:1193:117: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:1246:38: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1246:54: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] 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: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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:599:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:600:19: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -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::InnerStride<1> > >::match, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:601:12: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:625:16: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:17: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, 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/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/SVD/BDCSVD.h:375:25: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:35: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:377:15: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/SVD/BDCSVD.h:378:15: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:14: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:45: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/SVD/BDCSVD.h:389:62: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, Eigen::Block >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:50: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:394:27: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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, 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>, 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/SVD/BDCSVD.h:395:22: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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::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::Block, 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, 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, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:84:50: required from 'bool Eigen::DenseBase::all() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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: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/SVD/JacobiSVD.h:692:30: required from '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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 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::Transpose >, 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/BDCSVD.h:281:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -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, -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, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: 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::ArrayWrapper, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1246:74: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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<1> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<1> > >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<1> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:768:46: required from 'void Eigen::BDCSVD::computeSingVals(const ArrayRef&, const ArrayRef&, const IndicesRef&, VectorType&, ArrayRef, ArrayRef) [with _MatrixType = Eigen::Matrix; ArrayRef = Eigen::Ref, 0, Eigen::InnerStride<1> >; IndicesRef = Eigen::Ref >; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, 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/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Ref, 0, Eigen::InnerStride<1> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:804:24: required from 'void Eigen::BDCSVD::computeSingVals(const ArrayRef&, const ArrayRef&, const IndicesRef&, VectorType&, ArrayRef, ArrayRef) [with _MatrixType = Eigen::Matrix; ArrayRef = Eigen::Ref, 0, Eigen::InnerStride<1> >; IndicesRef = Eigen::Ref >; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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, 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, 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, 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, Eigen::Matrix >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, -1, -1, true>, 2>, 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>, 2>, 1>' /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>, 2> >' /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>, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:146:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] In file included from /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/Core:361: /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:146:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, -1, true>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, -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, false>, -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, false>, -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, 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/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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, -1, 1, true>, -1, 1, false>, 2>, 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, 1, false>, 2>, 1>' /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>, 2> >' /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>, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:150:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:150:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, -1, 1, false>, 2>, 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>, 2>, 1>' /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>, 2> >' /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>, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:156:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:156:48: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, 1, false>, 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, 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>, -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>, -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/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/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, false>, 1, 1, false>, -1, 1, false>, 2>, 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, false>, 2>, 1>' /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>, 2> >' /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>, 2> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:160:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:160:63: required from 'void Eigen::DenseBase::reverseInPlace() [with Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /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: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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: 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:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:54: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, -1, false>, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:375:54: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1>, -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, 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, 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, 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, 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, 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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>, -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>, -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>, -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>, -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>, -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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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> >, 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, true> >, 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, true> >, 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, true> >, 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, true> >, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Block, -1, 1, false> > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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> > >, 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::Block, -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, const Eigen::Block, -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, const Eigen::Block, -1, 1, false> > >, 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::Block, -1, 1, false> > >, Eigen::Matrix, 1, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>, 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, true>, 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, true>, 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, true>, 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, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:167:44: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:530:29: required from 'Eigen::DenseBase::CoeffReturnType Eigen::DenseBase::value() const [with Derived = Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>; CoeffReturnType = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, Eigen::Map >, 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::Map >, 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::Map >, 0> >' /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::Map >, 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::Map >, 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::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::Map >, 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::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/BDCSVD.h:272:71: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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> >': /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, 1, -1, false>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:339:92: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, 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, -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>, 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>, 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/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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/SVD/UpperBidiagonalization.h:130:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/SVD/UpperBidiagonalization.h:181:16: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::OuterStride<> > >::match, -1, -1, false>, -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, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:182:16: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, 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, -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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 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<> >, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:186:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:186:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 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, 0, Eigen::OuterStride<> >, Eigen::Block, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:187:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:203:23: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::InnerStride<1> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:203:23: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/SVD/UpperBidiagonalization.h:207:77: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:207:80: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:208:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::InnerStride<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::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> > >, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:208:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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>, Eigen::Ref, 0, Eigen::InnerStride<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::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:209:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:1043:41: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match, -1, -1, false>, 1, -1, false>, 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::InnerStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:216:18: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match, -1, -1, false>, 1, -1, false>, 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::InnerStride<> >::Ref(const Eigen::DenseBase&, typename Eigen::internal::enable_if<(bool)(Eigen::internal::traits, 0, Eigen::InnerStride<> > >::match::MatchAtCompileTime), Derived>::type*) [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:216:18: required from 'void Eigen::internal::upperbidiagonalization_blocked_helper(MatrixType&, typename MatrixType::RealScalar*, typename MatrixType::RealScalar*, Eigen::Index, Eigen::Ref::Flags & Eigen::RowMajorBit)> >, Eigen::Ref::Flags & Eigen::RowMajorBit)> >) [with MatrixType = Eigen::Block, -1, -1, false>; typename MatrixType::RealScalar = double; Eigen::Index = long int; typename conditional::Flags & Eigen::RowMajorBit)>::IsVectorAtCompileTime, Eigen::InnerStride<1>, Eigen::OuterStride<> >::type = Eigen::OuterStride<>; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:347:55: required from 'void Eigen::internal::upperbidiagonalization_inplace_blocked(MatrixType&, BidiagType&, Eigen::Index, typename MatrixType::Scalar*) [with MatrixType = Eigen::Matrix; BidiagType = BandMatrix; Eigen::Index = long int; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, -1, -1, false>, 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<> >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:219:20: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, Eigen::Transpose, 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<> > >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:220:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::InnerStride<> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:239:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /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::Transpose, 0, Eigen::InnerStride<> > >, 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<> >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:240:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::InnerStride<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::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:241:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> > >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0> >' /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::Transpose, 0, Eigen::InnerStride<> > >, 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<> > >, Eigen::Transpose, 0, Eigen::InnerStride<> > >, 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::Transpose, 0, Eigen::InnerStride<> > >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:242:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:243:63: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:269:82: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 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<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:269:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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>, -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>, -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>, -1, -1, false>, 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<> >, -1, -1, false>, -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>, -1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:270:69: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:391:7: required from 'Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, 0>, -1, 1, false>; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:428:22: required from 'Eigen::DenseCoeffsBase::Scalar& Eigen::DenseCoeffsBase::operator()(Eigen::Index) [with Derived = Eigen::Block, 0>, -1, 1, false>; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1206:11: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/BDCSVD.h:602:7: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, true>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true>, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true>, -1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, -1, -1, true>, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, -1, -1, true>, 1>, 1>' /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>, 1> >' /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>, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:63:52: required from 'class Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:192:75: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/Reverse.h: In instantiation of 'class Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:192:75: required from 'static void Eigen::internal::vectorwise_reverse_inplace_impl<1>::run(ExpressionType&) [with ExpressionType = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:212:60: required from 'void Eigen::VectorwiseOp::reverseInPlace() [with ExpressionType = Eigen::Block, -1, -1, true>; int Direction = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Reverse.h:85:71: warning: ignoring attributes on template argument 'Eigen::MatrixBase, -1, -1, true>, -1, -1, true>, 1> >::PacketScalar' {aka '__m128d'} [-Wignored-attributes] 85 | typedef internal::reverse_packet_cond reverse_packet; | ^~~~~~~~~~~~~~ /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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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>, 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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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:129:38: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 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> > > >' /projects/genomic-ml/R/R-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> > > >' /projects/genomic-ml/R/R-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> >, Eigen::Dense>' /projects/genomic-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> > >' /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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 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::Transpose, 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::Transpose, 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::Transpose, 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::Transpose, 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::Transpose, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:129:38: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: 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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 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, 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, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, 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/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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:370:45: required from 'struct Eigen::internal::generic_product_impl, -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: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, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -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::Block, -1, 1, false>; Src = Eigen::Product, -1, -1, false>, Eigen::Block, -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, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Product >, 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/Cholesky/LDLT.h:577:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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, 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/Cholesky/LDLT.h:610:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map >, 1>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map >, 1> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map >, 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::Map >, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Map >, 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::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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/Eigen/src/SVD/JacobiSVD.h:692:30: required from '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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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: 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 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, false>, -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, false>, -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, 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, -1, -1, false>, -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, false>, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -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, -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>, -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>, -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/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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder.h:129:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, -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>, 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>, 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/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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -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::Block, -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::Block, -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::Block, -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::Block, -1, -1, false>, -1, 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, -1, -1, false>, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:121:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 1, -1, false>, 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, -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>, 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>, 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>, 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>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 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>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 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>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 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>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 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>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 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>, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/Householder.h:170:53: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, -1, false>, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:535:69: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -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>, -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, 0>, -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, 0>, -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, 0>, -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_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -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:448:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1191:84: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::MatrixWrapper, 0, Eigen::InnerStride<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::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<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::MatrixWrapper, 0, Eigen::InnerStride<1> > > >' /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::MatrixWrapper, 0, Eigen::InnerStride<1> > >; 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/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:147:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/BlockHouseholder.h:63:90: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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, 0>, -1>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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] 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; 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::Map >; 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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::Map >; 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, 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, -1, -1, false>, -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, false>, -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, false>, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 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>, 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>, 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>, 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>, 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>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<1> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0>, 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/BandMatrix.h:138:22: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16777215> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16777215> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16777215> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16777215> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16777215> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 16777215>, 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/BandMatrix.h:140:25: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 2, 1, true> >' /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> >, 2, 1, true> >' /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> >, 2, 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/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/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, -1, -1, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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> >, 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, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, Eigen::Stride<0, 0> >, 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/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, 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, true>, 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, -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:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:530:29: required from 'Eigen::DenseBase::CoeffReturnType Eigen::DenseBase::value() const [with Derived = Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>; CoeffReturnType = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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/GeneralBlockPanelKernel.h:147:40: required from 'void Eigen::internal::evaluateProductBlockingSizesHeuristic(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:342:81: required from 'void Eigen::internal::computeProductBlockingSizes(Index&, Index&, Index&, Index) [with LhsScalar = double; RhsScalar = double; int KcFactor = 1; Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:355:66: required from 'Eigen::internal::gemm_blocking_space::gemm_blocking_space(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, bool) [with int StorageOrder = 0; _LhsScalar = double; _RhsScalar = double; int MaxRows = -1; int MaxCols = -1; int MaxDepth = -1; int KcFactor = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:507:18: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/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::Map >; Rhs = Eigen::Map >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::Map >; Rhs = Eigen::Map >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -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::Block, -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::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 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::Block, -1, -1, false>, 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::Block, -1, -1, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 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, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<1> >, 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> >, 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<1> >, 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<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<1> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<1> >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/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:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /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::Ref, 0, Eigen::InnerStride<1> >; Lhs = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, true>; Rhs = Eigen::Ref, 0, Eigen::InnerStride<1> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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::Ref, 0, Eigen::InnerStride<1> >; Src = Eigen::Product, 0, Eigen::OuterStride<> >, -1, -1, true>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 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>, Eigen::Ref, 0, Eigen::InnerStride<1> >, 0>; ExpressionType = Eigen::Ref, 0, Eigen::InnerStride<1> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:209:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 0, Eigen::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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>, 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>, 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>, 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>, 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>, 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: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, -1, false>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:437:55: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0>, -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, 0>, -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, 0>, -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, 0>, -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, 0>, -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: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, 0>, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:442:56: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 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, false> >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -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_max_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:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; 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/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with 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/SVD/BDCSVD.h:1193:128: required from 'void Eigen::BDCSVD::deflation(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:542:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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>, const Eigen::Block >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -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/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, -1, -1, true>, Eigen::Block >, -1, -1, false>, 0>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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:1043:41: 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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, false>, -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 >, -1, -1, true>, const Eigen::Block >, -1, -1, false>, -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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>, 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>, 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>, 0> >' /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>, 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>, 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>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -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/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, -1, true>, 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, true>, 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/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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>; 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::Block, -1, -1, false>, -1, -1, false>; Lhs = Eigen::Block >, -1, -1, true>; Rhs = Eigen::Block >, -1, -1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, -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, 16, 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, 16, 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, 16, 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, 16, 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, 16, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, 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, -1, -1, false>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, Eigen::Stride<0, 0> >, 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/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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, 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::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/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/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::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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>; 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::Map, 16, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, Eigen::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, true>, 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, true>, 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, true>, 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, -1, -1, true>, 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, true>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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, 16, 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, 16, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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: required from 'Derived& Eigen::MatrixBase::operator=(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/SVD/BDCSVD.h:339:53: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, 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, 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, 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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -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::Transpose, -1, -1, false> >; CoeffsType = Eigen::VectorBlock, 1>, -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 = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, -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, 0>, -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, 0>, -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, 0>, -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, 0>, -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 = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/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::Block, -1, -1, false>, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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_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:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 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::Map >; Rhs = Eigen::Map >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::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:195:21: 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::Map >; Rhs = Eigen::Map >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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::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:198: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::Map >; Rhs = Eigen::Map >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Map >, Eigen::Map >, 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::Map >; Rhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >]' /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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: 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/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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, -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, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -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::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, -1, -1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Transpose, 0> >; 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::Transpose, 0> >; 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::Diagonal, 0>; 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::Diagonal, 0>; 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:138:22: required from 'void Eigen::internal::BandMatrixBase::evalTo(Dest&) const [with Dest = Eigen::Matrix; Derived = Eigen::internal::BandMatrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/BandMatrix.h:148:13: required from 'Eigen::internal::BandMatrixBase::DenseMatrixType Eigen::internal::BandMatrixBase::toDenseMatrix() const [with Derived = Eigen::internal::BandMatrix; DenseMatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:292:66: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, -1, true>, 2>, 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>, 2> >' /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::Reverse, -1, 1, false>, -1, -1, true>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, -1, true>; Src = Eigen::Reverse, -1, 1, false>, -1, -1, true>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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: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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>, 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>, 2> >' /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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, -1, 1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>, 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>, 2> >' /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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, 1, true>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, -1, 1, true>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, -1, 1, false>, 2>, 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>, 2> >' /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::Reverse, -1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:1043:41: 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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>, 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>, 2> >' /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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>, 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>, 2> >' /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>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; SrcXprType = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>, 1, 1, false>, -1, 1, false>; Src = Eigen::Reverse, -1, 1, false>, 1, 1, false>, -1, 1, false>, 2>; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:710:41: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::Block, -1, -1, false>, -1, 1, true>, -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, true>; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>, -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, true>; Src = Eigen::Block, -1, -1, false>, -1, 1, true>, -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, true>; Src = Eigen::Block, -1, -1, false>, -1, 1, true>, -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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:377:20: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:378:20: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>, 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, true>, 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, true>, 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, true>, Eigen::Block >, -1, -1, false>, 1, 8>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, -1, -1, true>, Eigen::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, true>, Eigen::Block >, -1, -1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, true, 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/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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>, 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>, 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>, 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, -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>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, 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: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, 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, -1, -1, true> >, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true> >, 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: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, true>, 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, true> >, 1, -1, true>, 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, true> >, 1, -1, true>, 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, true> >, 1, -1, true>, 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, true> >, 1, -1, true>, 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, true> >, 1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, true> >, 1, -1, true>, 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::Transpose, -1, -1, true> >; 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::Transpose, -1, -1, true> >; Rhs = Eigen::Matrix]' /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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, -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, 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, false>, -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, false>, -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, false>, -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, false>, -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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, 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>, 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>, 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, const Eigen::Block, -1, -1, false>, 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::Block, -1, -1, false>, 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::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, -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<> >, -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, -1, false>, -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, 0, Eigen::OuterStride<> >, -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: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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> >, -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>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -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, 0, Eigen::OuterStride<> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>, 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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, Eigen::Transpose, 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, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, Eigen::Transpose, 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, false>, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, false>, 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<> >, -1, -1, false>, -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/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, -1, false>, -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/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -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/ProductEvaluators.h:345:45: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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<> >, -1, -1, false>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Ref, 0, Eigen::OuterStride<> >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:178:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; 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::MatrixWrapper, 0, Eigen::InnerStride<1> > > >; 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::MatrixWrapper, 0, Eigen::InnerStride<1> > >; 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/SVD/BDCSVD.h:636:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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, 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, true>; SrcXprType = Eigen::Block, Eigen::Matrix >, -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, true>; SrcXprType = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -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, true>; Src = Eigen::Block, Eigen::Matrix >, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, -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:147:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:669:3: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1498:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true>, -1, -1, true>, 1>, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true>, -1, -1, true>, 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, -1, -1, true>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; 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, true>, -1, -1, true>; SrcXprType = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; 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, true>, -1, -1, true>; Src = Eigen::Reverse, -1, -1, true>, -1, -1, true>, 1>; Func = swap_assign_op]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:711:48: required from 'void Eigen::BDCSVD::computeSVDofM(Eigen::Index, Eigen::Index, MatrixXr&, VectorType&, MatrixXr&) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int; MatrixXr = Eigen::Matrix; VectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:558:3: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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, -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>, 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>, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, -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:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, 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, 16, 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, 16, 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: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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::Transpose, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 5>::sub]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:329:41: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, true> >, 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, true> >, 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, true> >, 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, true> >, 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, -1, -1, true> >, 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, true> >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>, 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>, 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>, 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>, 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>, 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>, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 = const Eigen::Matrix; Rhs = Eigen::Matrix; 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::Matrix; _MatrixType = const Eigen::Matrix; 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::Matrix; _MatrixType = const Eigen::Matrix; unsigned int _Mode = 5]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:581:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: 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 = 6; bool Conjugate = false; int TriStorageOrder = 1; 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::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 6]' /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; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 6]' /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; _MatrixType = const Eigen::Transpose >; unsigned int _Mode = 6]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:606:71: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::LDLT, 1>; RhsType = Eigen::Product >, Eigen::Matrix, 0>; Scalar = double; SrcXprType = Eigen::Solve, 1>, 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::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::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::Solve, 1>, 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::Solve, 1>, Eigen::Product >, Eigen::Matrix, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:31:73: 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/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::Map >; Rhs = Eigen::Map >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map >; 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::Map >; Rhs = Eigen::Map >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Map >, 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::Map >, 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::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Map >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:10:27: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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::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: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/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>, 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>, 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>, 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>, 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>, 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, -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, 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, 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, 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, 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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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: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>, -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, 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, 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, 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, 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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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> >, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -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/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 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::Transpose, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, 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<> >, -1, -1, false>, -1, -1, false>, Eigen::Ref, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, -1, -1, true>, 1, -1, false>; U = Eigen::Block >, -1, -1, false>, -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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true> >, 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, true>, 1, -1, false>, 1, -1, true>; 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, 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, 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, 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, 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, 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/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 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>, 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>, 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>, 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>, 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>, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 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, false>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 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, 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, 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, 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, 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, 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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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, 16, Eigen::Stride<0, 0> >, 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/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::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>, -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: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, -1, false>, -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 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, -1, false>, -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, 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, 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, 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, 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, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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>, 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>, 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>, 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>, 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>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, 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, 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, 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, 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, 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, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:1043:41: required from '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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 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<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/CoreEvaluators.h:100:8: required from '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/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 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<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>, 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, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1>; Derived = Eigen::Ref, 0, Eigen::InnerStride<1> >; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<1> >, -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::InnerStride<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, 0, Eigen::InnerStride<1> >, -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::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<> > >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> > >, 2>' /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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::InnerStride<> >, 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::InnerStride<> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/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::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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>, 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>, 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>, 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>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, true> >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 11 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, Eigen::Matrix, 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/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::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::Transpose >; 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::Transpose >; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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> >, 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> >, 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> >, 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> >, 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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Block, -1, 1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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>, -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 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -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: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>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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/GeneralProduct.h:207:26: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/GeneralProduct.h:207:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-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>, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false>, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> > >, 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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true>, 1, -1, false>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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, 0, Eigen::InnerStride<> >, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::InnerStride<> >, 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 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, -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, -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, -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/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, -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<> >, -1, -1, false>, 1, -1, false> >' /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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<> > >, -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, true>; U = Eigen::Block, 0, Eigen::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, -1, 1, false>; 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; Dest = Eigen::Ref, 0, Eigen::OuterStride<> >; 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:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Ref, 0, Eigen::OuterStride<> >, Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >, Eigen::Ref, 0, Eigen::OuterStride<> >, 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::Ref, 0, Eigen::OuterStride<> >; Lhs = Eigen::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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::Transpose, 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: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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, false>, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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, false>, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, false>, -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, false>, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, -1, -1, true>, 1, -1, false> >, const Eigen::Block >, -1, -1, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, 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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 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, 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-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, false>, -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, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 = 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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>, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 = 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::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 >, 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 10 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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 12 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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>, 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>, 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>, 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>, 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>, 1, -1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>; Rhs = Eigen::Block >, -1, -1, false>; int ProductTag = 8; 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, true>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:389:32: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -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> >, 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> >, 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> >, 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> >, 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::Block, -1, -1, false>; 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::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 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, 16, Eigen::Stride<0, 0> >, 2, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, true>, Eigen::Matrix, 0>; ExpressionType = Eigen::Map, 16, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:570:19: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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, false>, -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, false>, -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, false>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:282: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, false>, -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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/util/BlasUtil.h:506:13: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >, 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>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >, 1, -1, true>, 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>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 11 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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> >, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -1, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -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, 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:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::InnerStride<1> >, -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::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> > >, 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, 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:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-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::Transpose, 0, Eigen::OuterStride<> >, -1, -1, true>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 0, Eigen::InnerStride<> > >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::InnerStride<> > >, -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::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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, 0, Eigen::InnerStride<> > >, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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>, 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<> >, -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<> >, -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, -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<> >, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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, 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, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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, false>, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -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, 16, Eigen::Stride<0, 0> >, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:395:19: required from 'void Eigen::BDCSVD::structured_update(Eigen::Block::Real, -1, -1, 0>, -1, -1>, const MatrixXr&, Eigen::Index) [with _MatrixType = Eigen::Matrix; typename Eigen::NumTraits::Real = double; typename Xpr::Scalar = double; MatrixXr = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:566:5: required from 'void Eigen::BDCSVD::divide(Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with _MatrixType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:294:3: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:44:18: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 2>' /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/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::InnerStride<> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:48:18: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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/MapBase.h:223:34: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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/TriangularMatrixVector.h:66:56: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const RhsScalar&) [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:266:12: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, -1, true> >; 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::Transpose, -1, -1, true> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, 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, -1, -1, true>, const Eigen::Block, -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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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::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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 1, -1, false>, Eigen::Matrix, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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: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/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/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: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/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, true>, 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, true>, 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::Block, -1, -1, true>; 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::Block, -1, -1, true>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 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, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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> >, 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>, -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>, -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>, -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>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, -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, 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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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>, 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>, 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>, 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>, 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>, 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>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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> >, -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, 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>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, -1, 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::Ref, 0, Eigen::OuterStride<> >; Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false> >; 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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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>, -1, -1, false>, 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::Block, 0, Eigen::OuterStride<> >, -1, -1, false>, -1, -1, false>; 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::Block, 0, Eigen::OuterStride<> >, -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:654:63: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, -1, -1, true> >, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, true> >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, -1, -1, true> >, 1, -1, true>, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: 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, true>, 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, true>, 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, true>, 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, true>, 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, -1, -1, true>, 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, true>, Eigen::Matrix, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-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>, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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, 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, 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, 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, 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, false>, -1, 1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::OuterStride<> >, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -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, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, -1, -1, false>, -1, 1, true>, -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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false> >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, false> >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, true>; Derived = Eigen::Block, -1, -1, false>, -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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<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::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::OuterStride<> > >, 1, -1, true>; U = Eigen::Block, 0, Eigen::InnerStride<1> >, -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, 0, Eigen::InnerStride<1> >, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::OuterStride<> > >, 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/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 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, 0, Eigen::OuterStride<> >, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, const Eigen::Transpose, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> > >, 1, -1, true>; U = Eigen::Block, 0, Eigen::OuterStride<> >, 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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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/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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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/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, false>, -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, false>, -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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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, 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, false>, -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, false>, -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, false>, -1, -1, true>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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: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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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: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 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::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 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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> >, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument '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, true> >': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -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>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -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, false>, -1, 1, true>; Derived = Eigen::Block, -1, -1, false>, -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 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21: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, -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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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, true>, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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, 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, 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, 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, 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, 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, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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 17 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 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: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/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; 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::Transpose >; 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/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of '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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:259:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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, 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, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::OuterStride<> >, 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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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>, -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>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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, 0, Eigen::OuterStride<> >, 1, -1, false> >, const Eigen::Block, -1, -1, false>, -1, 1, true>, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:391:41: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>& Eigen::internal::UpperBidiagonalization<_MatrixType>::compute(const _MatrixType&) [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/UpperBidiagonalization.h:61:7: required from 'Eigen::internal::UpperBidiagonalization<_MatrixType>::UpperBidiagonalization(const MatrixType&) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:286:45: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:1043:41: 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: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: [ skipping 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -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::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false> >, -1, 1, false>, -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, false>, -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, false>, -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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, false>, -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, false>, -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, false>, -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, false>, -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, false>, -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:282:27: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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::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, 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, 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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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::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 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: 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 29 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = const Eigen::Diagonal, 0>; int Side = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:347:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::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, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, true> >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, -1, true> >; 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::Transpose, -1, -1, true> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, -1, true> >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: 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 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: 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/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 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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, 0, Eigen::Stride<0, 0> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -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: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -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::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:66:28: [ 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:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__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, 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/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-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> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, true>, 1, -1, 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, true>, 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, true>, 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, true>, 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::Block, -1, -1, true>; 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::Block, -1, -1, true>; 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/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::SVDBase > >; RhsType = Eigen::Matrix; Scalar = double; SrcXprType = Eigen::Solve > >, Eigen::Matrix >]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve > >, Eigen::Matrix >; 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 > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Solve > >, Eigen::Matrix >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' code.cpp:21:82: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {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::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; 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::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Matrix, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 13 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::Product >, Eigen::Matrix, 0>; 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::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:506:12: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Product >, Eigen::Matrix, 0>; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Product >, Eigen::Matrix, 0>; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:31:47: 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> >': /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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: 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 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, bool) const [with Dest = Eigen::Matrix; VectorsType = const Eigen::Matrix; CoeffsType = Eigen::Diagonal, 1>; int Side = 2]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:340:36: required from 'void Eigen::BDCSVD::copyUV(const HouseholderU&, const HouseholderV&, const NaiveU&, const NaiveV&) [with HouseholderU = Eigen::HouseholderSequence, Eigen::Diagonal, 1>, 2>; HouseholderV = Eigen::HouseholderSequence, const Eigen::Diagonal, 0>, 1>; NaiveU = Eigen::Matrix; NaiveV = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:322:27: required from 'Eigen::BDCSVD<_MatrixType>& Eigen::BDCSVD::compute(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:143:12: required from 'Eigen::BDCSVD::BDCSVD(const MatrixType&, unsigned int) [with _MatrixType = Eigen::Matrix; MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/SVD/BDCSVD.h:1361:10: required from 'Eigen::BDCSVD::PlainObject> Eigen::MatrixBase::bdcSvd(unsigned int) const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' code.cpp:21:31: required from here /projects/genomic-ml/R/R-release/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o staggered.so RcppExports.o code.o installing to /tmp/th798/16155417/R-release/1397/library/00LOCK-staggered/00new/staggered/libs ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (staggered) The downloaded source packages are in '/tmp/th798/16155417/Rtmp4smNwD/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 34.837 1.795 38.058 > print(Sys.time()) [1] "2025-03-27 01:26:50 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-27 01:26:50 MST" Installing package into '/tmp/th798/16155417/R-release/1397/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/16155417/R-release/1397/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-27 01:27:08 MST" * using log directory '/tmp/th798/16155417/R-release/1397/staggered.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 'staggered/DESCRIPTION' ... OK * this is package 'staggered' version '1.2.2' * 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 'staggered' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... NOTE installed size is 11.0Mb sub-directories of 1Mb or more: libs 10.4Mb * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... OK * checking examples ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16155417/R-release/1397/staggered.Rcheck/00check.log' for details. [1] "2025-03-27 01:28:18 MST" [1] "2025-03-27 01:28:18 MST" Installing package into '/tmp/th798/16155417/R-release/1397/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/16155417/R-release/1397/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-27 01:28:35 MST" * using log directory '/tmp/th798/16155417/R-release/1397/staggered.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 'staggered/DESCRIPTION' ... OK * this is package 'staggered' version '1.2.2' * 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 'staggered' can be installed ... OK * used C++ compiler: 'g++ (Spack GCC) 12.2.0' * checking installed package size ... NOTE installed size is 11.0Mb sub-directories of 1Mb or more: libs 10.4Mb * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... OK * checking examples ... OK * checking PDF version of manual ... OK * DONE Status: 1 NOTE See '/tmp/th798/16155417/R-release/1397/staggered.Rcheck/00check.log' for details. [1] "2025-03-27 01:29:49 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) + } >