[ Started: 2022-12-04 01:01:44 CET ] [ CARNIVAL v2.7.2 for BioC-3.16 from https://github.com/saezlab/CARNIVAL@master ] [1] "Libraries: " "/home/omnipath/local/R/4.2-3.16" [3] "/home/omnipath/local/R/4.2" "/usr/lib/R/library" trying URL 'https://cran.uni-muenster.de/src/contrib/boot_1.3-28.1.tar.gz' Content type 'application/x-gzip' length 236854 bytes (231 KB) ================================================== downloaded 231 KB trying URL 'https://cran.uni-muenster.de/src/contrib/glmnet_4.1-6.tar.gz' Content type 'application/x-gzip' length 2436305 bytes (2.3 MB) ================================================== downloaded 2.3 MB trying URL 'https://cran.uni-muenster.de/src/contrib/globals_0.16.2.tar.gz' Content type 'application/x-gzip' length 35764 bytes (34 KB) ================================================== downloaded 34 KB trying URL 'https://cran.uni-muenster.de/src/contrib/graphlayouts_0.8.4.tar.gz' Content type 'application/x-gzip' length 2413082 bytes (2.3 MB) ================================================== downloaded 2.3 MB trying URL 'https://cran.uni-muenster.de/src/contrib/gtools_3.9.4.tar.gz' Content type 'application/x-gzip' length 240661 bytes (235 KB) ================================================== downloaded 235 KB trying URL 'https://cran.uni-muenster.de/src/contrib/insight_0.18.8.tar.gz' Content type 'application/x-gzip' length 908058 bytes (886 KB) ================================================== downloaded 886 KB trying URL 'https://cran.uni-muenster.de/src/contrib/pkgbuild_1.4.0.tar.gz' Content type 'application/x-gzip' length 43739 bytes (42 KB) ================================================== downloaded 42 KB trying URL 'https://cran.uni-muenster.de/src/contrib/png_0.1-8.tar.gz' Content type 'application/x-gzip' length 24880 bytes (24 KB) ================================================== downloaded 24 KB trying URL 'https://cran.uni-muenster.de/src/contrib/RSQLite_2.2.19.tar.gz' Content type 'application/x-gzip' length 3730412 bytes (3.6 MB) ================================================== downloaded 3.6 MB trying URL 'https://cran.uni-muenster.de/src/contrib/sass_0.4.4.tar.gz' Content type 'application/x-gzip' length 3024862 bytes (2.9 MB) ================================================== downloaded 2.9 MB trying URL 'https://cran.uni-muenster.de/src/contrib/stringr_1.5.0.tar.gz' Content type 'application/x-gzip' length 175699 bytes (171 KB) ================================================== downloaded 171 KB * installing *source* package ‘boot’ ... ** package ‘boot’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (boot) * installing *source* package ‘glmnet’ ... ** package ‘glmnet’ successfully unpacked and MD5 sums checked ** using staged installation ** libs g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c RcppExports.cpp -o RcppExports.o In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:397, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument ‘__m128’ {aka ‘__vector(4) float’} [-Wignored-attributes] 60 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument ‘__m128i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 61 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument ‘__m128d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 62 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 161 | template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 162 | template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 163 | template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 718 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 741 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 764 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 778 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 783 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 790 | ptranspose(PacketBlock& kernel) { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:377, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(4) float>::half’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from ‘class Eigen::SparseMatrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter, 0, Eigen::Stride<0, 0> > >’ RcppExports.cpp:25:87: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:18:8: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:26:87: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:24:30: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:26:87: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:26:87: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:24:30: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ RcppExports.cpp:47:170: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ RcppExports.cpp:47:170: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:59:98: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:59:98: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from RcppExports.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ /home/omnipath/local/R/4.2-3.16/Rcpp/include/Rcpp/InputParameter.h:64:11: required from ‘class Rcpp::ConstInputParameter > >’ RcppExports.cpp:59:98: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ gfortran -fno-optimize-sibling-calls -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -c coxnet5dpclean.f -o coxnet5dpclean.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c elnet_exp.cpp -o elnet_exp.o In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:397, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument ‘__m128’ {aka ‘__vector(4) float’} [-Wignored-attributes] 60 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument ‘__m128i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 61 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument ‘__m128d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 62 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 161 | template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 162 | template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 163 | template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 718 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 741 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 764 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 778 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 783 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 790 | ptranspose(PacketBlock& kernel) { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:377, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(4) float>::half’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from ‘class Eigen::SparseMatrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:18:8: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:24:30: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:400:10: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:38: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, const Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:409:48: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:409:49: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ elnet_exp.cpp:44:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ elnet_exp.cpp:44:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ elnet_exp.cpp:98:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ elnet_exp.cpp:98:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ elnet_exp.cpp:98:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase, -1, 1, true>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from ‘class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:433:31: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:437:43: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:437:43: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 1, -1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase, 1, -1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 1, -1, false, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from ‘class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 1, -1, false>’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:293:34: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:243:36: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:243:24: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:243:24: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/base.hpp:12:20: required from ‘void glmnetpp::ElnetDriverBase::normalize_penalty(VType&&) const [with VType = Eigen::Matrix&]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:402:13: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from ‘class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_driver/chkvars.hpp:16:38: required from ‘static void glmnetpp::Chkvars::eval(const XType&, JUType&) [with XType = Eigen::Matrix; JUType = std::vector]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:413:28: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from ‘class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, -1, 1, true>, -1, 1, false>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from ‘class Eigen::VectorBlock, -1, 1, true>, -1>’ glmnetpp/include/glmnetpp_bits/elnet_driver/chkvars.hpp:16:18: required from ‘static void glmnetpp::Chkvars::eval(const XType&, JUType&) [with XType = Eigen::Matrix; JUType = std::vector]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:413:28: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_driver/chkvars.hpp:17:39: required from ‘static void glmnetpp::Chkvars::eval(const XType&, JUType&) [with XType = Eigen::Matrix; JUType = std::vector]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:413:28: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:37:36: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:37:15: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:52:29: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:74:56: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:74:41: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:88:48: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:88:35: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from ‘Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Matrix; Eigen::DenseBase::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:430:16: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from ‘Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, 1, true>; Eigen::DenseBase::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:433:31: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:17:7: required from ‘class Eigen::BlockImpl >, -1, 1, true, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:338:33: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:36: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:60: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:270:47: required from ‘static void glmnetpp::SpStandardize1::eval(const XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:270:56: required from ‘static void glmnetpp::SpStandardize1::eval(const XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block >, -1, 1, true>, const Eigen::Block >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block >, -1, 1, true>, const Eigen::Block >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block >, -1, 1, true>, const Eigen::Block >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:276:47: required from ‘static void glmnetpp::SpStandardize1::eval(const XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from ‘Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 1, -1, false>; Eigen::DenseBase::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:294:37: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:67: required from ‘Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, 1, -1, false>; Eigen::DenseBase::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:294:37: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:523:51: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:523:60: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:399:22: required from ‘static void glmnetpp::MultSpStandardize1::eval(const XType&, YType&, WType&, bool, bool, bool, const JUType&, XMType&, XSType&, YMType&, YSType&, XVType&, ValueType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; YMType = Eigen::Matrix; YSType = Eigen::Matrix; XVType = Eigen::Matrix; ValueType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:548:32: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: required from ‘struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:110:60: required from ‘bool Eigen::DenseBase::any() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/chkvars.hpp:17:19: required from ‘static void glmnetpp::Chkvars::eval(const XType&, JUType&) [with XType = Eigen::Matrix; JUType = std::vector]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:413:28: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:110:60: required from ‘bool Eigen::DenseBase::any() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/chkvars.hpp:17:19: required from ‘static void glmnetpp::Chkvars::eval(const XType&, JUType&) [with XType = Eigen::Matrix; JUType = std::vector]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:413:28: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:43: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:53:23: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:298:80: required from ‘struct Eigen::internal::evaluator > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from ‘struct Eigen::internal::evaluator > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:470:10: required from ‘struct Eigen::internal::unary_evaluator >, -1, 1, true>, Eigen::internal::IteratorBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1004:8: required from ‘struct Eigen::internal::block_evaluator >, -1, 1, true, false>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:952:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Derived = Eigen::Block >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:60: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Derived = Eigen::Block >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:60: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 1, -1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:293:23: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required 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::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:125:29: required from ‘static void glmnetpp::Standardize::eval(XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:43: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:46:16: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:87:16: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:343:29: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:149:16: required from ‘auto glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:344:29: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:149:16: required from ‘auto glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:270:27: required from ‘static void glmnetpp::SpStandardize1::eval(const XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from ‘class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_cov.hpp:96:31: required from ‘struct glmnetpp::SpElnetPointInternal::type::cov, double, int, bool>’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:16:8: required from ‘struct glmnetpp::ElnetPointCRTPBase::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:8:8: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_cov.hpp:159:16: required from ‘auto glmnetpp::SpElnetPath::type::cov, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_cov.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::cov, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:173:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:523:23: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:525:26: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:474:25: required from ‘static void glmnetpp::LStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:303:36: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:400:22: required from ‘static void glmnetpp::MultSpStandardize1::eval(const XType&, YType&, WType&, bool, bool, bool, const JUType&, XMType&, XSType&, YMType&, YSType&, XVType&, ValueType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; YMType = Eigen::Matrix; YSType = Eigen::Matrix; XVType = Eigen::Matrix; ValueType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:548:32: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:522:55: required from ‘struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416: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> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: 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]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:22: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:53:23: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/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]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:296:18: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:174:38: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialTwoClassBase::process_point_fit(const FitPackType&, const PathConfigPackType&, const PointConfigPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBase::PointConfigPack; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, -1, 1, true>, -1, 1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:180:40: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialTwoClassBase::process_point_fit(const FitPackType&, const PathConfigPackType&, const PointConfigPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBase::PointConfigPack; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, false> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >, -1, 1, true>, -1, 1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:180:48: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialTwoClassBase::process_point_fit(const FitPackType&, const PathConfigPackType&, const PointConfigPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBase::PointConfigPack; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:200:31: required from ‘void glmnetpp::ElnetPathBinomialTwoClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:200:36: required from ‘void glmnetpp::ElnetPathBinomialTwoClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:200:31: required from ‘void glmnetpp::ElnetPathBinomialTwoClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:200:19: required from ‘void glmnetpp::ElnetPathBinomialTwoClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:406:19: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:406:31: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:406:19: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 1, -1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:408:30: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:163:21: required from ‘Eigen::SparseCompressedBase::InnerIterator::InnerIterator(const Eigen::SparseCompressedBase&, Eigen::Index) [with Derived = Eigen::Map >; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:514:129: required from ‘Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>::InnerVectorInnerIterator::InnerVectorInnerIterator(const Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>&, Eigen::Index) [with ArgType = const Eigen::Map >; int BlockRows = -1; int BlockCols = 1; bool InnerPanel = true; typename Eigen::Block::Scalar = double; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:30:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Derived = Eigen::Block >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:60: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:408:30: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:34:67: required from ‘Derived& Eigen::ArrayBase::operator-=(const Scalar&) [with Derived = Eigen::ArrayWrapper, 1, -1, false> >; Eigen::ArrayBase::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:408:30: required from ‘void glmnetpp::ElnetPathBinomialMultiClassBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:70:50: required from ‘glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:70:50: required from ‘glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:82:44: required from ‘glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:88:40: required from ‘glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/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>’: /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/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> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:86:50: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:108:58: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:108:41: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:185:73: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:225:9: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:185:87: required from ‘auto glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::prediction() const [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_base.hpp:140:16: required from ‘void glmnetpp::ElnetPathPoissonBase::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:225:9: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::process_path_fit(const FitPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPointType = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:77:13: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/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]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h: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]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: 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]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:22: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:53:23: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, -1, 1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_naive.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:97:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:17:7: required from ‘class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:87:26: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:94:25: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_abs_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:62:54: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, YType&, const WType&, const XType&, const XMType&, const XSType&, const XVType&, const VPType&, const CLType&, const JUType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; YType = Eigen::Matrix; WType = Eigen::Matrix; XType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:87:43: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:94:25: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_abs_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:62:54: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, YType&, const WType&, const XType&, const XMType&, const XSType&, const XVType&, const VPType&, const CLType&, const JUType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; YType = Eigen::Matrix; WType = Eigen::Matrix; XType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:88:29: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:94:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:89:19: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:94:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:137:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:137:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:137:49: required from ‘static typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::compute_xv(const XType&, const WType&) [with XType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; WType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:71:52: required from ‘glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:336:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:340:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:340:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:400:22: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:400:34: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:400:19: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:23: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:404:35: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:404:54: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:404:47: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:409:27: required from ‘static auto glmnetpp::ElnetPointInternalBinomialTwoClassBase::azero(const YType&, const GType&, const QType&) [with YType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Map, 0, Eigen::Stride<0, 0> >; QType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:348:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:350:46: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:350:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:350:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:350:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:352:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:352:35: required from ‘void glmnetpp::ElnetPointInternalBinomialTwoClassBase::construct(XVFType, GradFType) [with XVFType = glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]::::index_t)>; GradFType = glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:70:9: required from ‘glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:352:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:355:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:355:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:355:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:354:30: required from ‘void glmnetpp::ElnetPointInternalBinomialTwoClassBase::construct(XVFType, GradFType) [with XVFType = glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]::::index_t)>; GradFType = glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:70:9: required from ‘glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:135:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:135:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:135:57: required from ‘typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t, const WType&) const [with WType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:73:69: required from ‘glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, bool, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, GType&, typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const VPType&, const CLType&, const JUType&, ISType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Matrix; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; ISType = Eigen::Matrix; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:327:30: required from ‘Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Eigen::DenseBase::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:501:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:394:38: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialMultiClassBase::process_point_fit(const FitPackType&, PathConfigPackType&&, PointConfigPackType&&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack&; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointType = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1402:14: required from ‘typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t glmnetpp::SpElnetPointInternalBinomialBase::compute_xv(typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t, const WType&) const [with WType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t = double; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_two_class.hpp:76:62: required from ‘glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, bool, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_two_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:177:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1409:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_two_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:177:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1409:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_two_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:177:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1409:14: required from ‘typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t glmnetpp::SpElnetPointInternalBinomialBase::compute_grad(typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t, const RType&, const VType&) const [with RType = Eigen::Matrix; VType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t = double; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_two_class.hpp:77:64: required from ‘glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, bool, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, const GType&, typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const WType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GType = Eigen::Block, -1, 1, true>; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_two_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:177:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:17:7: required from ‘class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class_group.hpp:130:48: required from ‘typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:181:21: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:187:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:69: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:161:78: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::ElnetPointInternal(bool, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:136:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:138:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:138:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:139:68: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:137:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_naive.hpp:137:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:161:78: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp::construct(typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t, InitFType, Init2FType, UpdateDvrFType, AbsGradFType) [with InitFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; Init2FType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::; UpdateDvrFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; AbsGradFType = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalPoissonBase::base_t::value_t = double]::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/poisson_base.hpp:160:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:168:65: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:181:21: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:170:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:170:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:170:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:170:69: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:181:21: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:171:73: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:171:81: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:181:21: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:169:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper::type::naive, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::, const Eigen::MatrixWrapper, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >, const Eigen::Matrix > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:169:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required 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::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:125:29: required from ‘static void glmnetpp::Standardize::eval(XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/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]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:22: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:46:16: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:87:16: required from ‘static void glmnetpp::Standardize1::eval(XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:270:27: required from ‘static void glmnetpp::SpStandardize1::eval(const XType&, YType&, WType&, bool, bool, const JUType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:427:42: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:298:80: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:470:10: required from ‘struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::internal::IteratorBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1004:8: required from ‘struct Eigen::internal::block_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true, false>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:952:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:568:53: required from ‘struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IteratorBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:354:8: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IteratorBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:89:19: required from ‘typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_naive.hpp:94:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_naive.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::naive, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:180:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:523:23: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Block, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Block, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:525:26: required from ‘static void glmnetpp::MultLStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&, XVType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:300:42: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:474:25: required from ‘static void glmnetpp::LStandardize1::eval(XType&, const WType&, const JUType&, IntType, IntType, XMType&, XSType&) [with XType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; IntType = bool; XMType = Eigen::Matrix; XSType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:303:36: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:180:15: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialTwoClassBase::process_point_fit(const FitPackType&, const PathConfigPackType&, const PointConfigPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBase::PointConfigPack; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper >, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_path/binomial_base.hpp:180:15: required from ‘glmnetpp::ElnetPathBinomialBase::state_t glmnetpp::ElnetPathBinomialTwoClassBase::process_point_fit(const FitPackType&, const PathConfigPackType&, const PointConfigPackType&, const ElnetPointType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PointConfigPackType = glmnetpp::ElnetPathBase::PointConfigPack; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointType = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPathBinomialBase::state_t = glmnetpp::util::control_flow]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:71:25: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:538:9: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::index_t, RType&&) [with RType = Eigen::Block, -1, 1, true>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1166:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase > >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase > >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:589:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 1, -1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1, -1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 1, -1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 1, -1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1, -1, false> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 1, -1, false> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >, 1, -1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:598:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:660:42: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiBase::kazero(AZType&&) [with AZType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:600:40: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:660:48: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiBase::kazero(AZType&&) [with AZType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:600:40: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:660:15: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiBase::kazero(AZType&&) [with AZType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:600:40: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 1>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::internal::member_sum, 1> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::internal::member_sum, 1> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from ‘class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 1>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:661:15: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiBase::kazero(AZType&&) [with AZType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:600:40: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:603:47: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:603:47: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:604:51: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:604:51: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:604:21: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:605:36: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:608:37: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:608:37: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:608:19: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1206:39: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1207:44: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1207:26: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1206:39: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1207:57: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1234:47: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1234:80: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Block, 1, -1, false>, const Eigen::Block, 1, -1, false> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1234:86: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1238:53: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1238:82: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Transpose, 1, -1, false> >, const Eigen::Transpose, 1, -1, false> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1238:88: required from ‘typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:109:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:113:48: required from ‘glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]:: [with auto:43 = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:904:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1381:54: required from ‘void glmnetpp::SpElnetPointInternalBinomialBase::update_with_new_weights(typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t, const VType&, typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t, typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t, typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t&) [with VType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::index_t = int; typename glmnetpp::SpElnetPointInternalBinomialBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_two_class.hpp:121:55: required from ‘void glmnetpp::SpElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:179:13: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::two_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_two_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::two_class, glmnetpp::SpElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:177:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:522:43: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(RType&&, const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with RType = Eigen::Matrix&; YT = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VT = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class.hpp:164:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:187:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:522:11: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(RType&&, const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with RType = Eigen::Matrix&; YT = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VT = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class.hpp:164:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:187:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class.hpp:137:50: required from ‘glmnetpp::SpElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]:: [with auto:50 = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:904:24: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class, glmnetpp::SpElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:187:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:101:54: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]:::: [with auto:65 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::; SkipPolicy = glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:100:51: required from ‘glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::SpElnetPointInternal(bool, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t&, IAType&, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t&, const XType&, const YType&, const GType&, const QType&, const XBType&, const XSType&, const VPType&, const CLType&, const JUType&, const IntParamType&) [with IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; XBType = Eigen::Matrix; XSType = Eigen::Matrix; VPType = Eigen::Matrix; CLType = Eigen::Matrix; JUType = std::vector; IntParamType = InternalParams; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_multi.hpp:83:38: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:115:7: required from ‘class Eigen::internal::dense_product_base > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:147:7: required from ‘class Eigen::ProductImpl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from ‘class Eigen::Product > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_multi.hpp:83:38: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:400:22: required from ‘static void glmnetpp::MultSpStandardize1::eval(const XType&, YType&, WType&, bool, bool, bool, const JUType&, XMType&, XSType&, YMType&, YSType&, XVType&, ValueType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; XMType = Eigen::Matrix; XSType = Eigen::Matrix; YMType = Eigen::Matrix; YSType = Eigen::Matrix; XVType = Eigen::Matrix; ValueType = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:548:32: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase >, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:101:40: required from ‘void glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, GType&&) const [with GType = Eigen::Matrix&; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:108:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_multi.hpp:155:25: required from ‘void glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:318:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:101:40: required from ‘void glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, GType&&) const [with GType = Eigen::Matrix&; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:108:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_multi.hpp:155:25: required from ‘void glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:318:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:101:59: required from ‘void glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, GType&&) const [with GType = Eigen::Matrix&; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:108:9: required from ‘typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::compute_abs_grad(typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, GType&&) const [with GType = Eigen::Matrix&; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:68:81: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_multi.hpp:155:25: required from ‘void glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:318:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_naive.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:97:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:522:43: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(RType&&, const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with RType = Eigen::Block, -1, 1, true>&; YT = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VT = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:538:9: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:522:11: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(RType&&, const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with RType = Eigen::Block, -1, 1, true>&; YT = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VT = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:538:9: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:643:34: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::update_irls_class(PredBuffType&&, typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t, const OffsetType&, QType&&, UpdatePredictionFType) [with PredBuffType = Eigen::Matrix&; OffsetType = Eigen::Block >, -1, 1, true>; QType = Eigen::Block, -1, 1, true>; UpdatePredictionFType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]::::index_t)>::; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1244:46: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:645:27: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::update_irls_class(PredBuffType&&, typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t, const OffsetType&, QType&&, UpdatePredictionFType) [with PredBuffType = Eigen::Matrix&; OffsetType = Eigen::Block >, -1, 1, true>; QType = Eigen::Block, -1, 1, true>; UpdatePredictionFType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]::::index_t)>::; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1244:46: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:648:50: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::update_irls_class(PredBuffType&&, typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t, const OffsetType&, QType&&, UpdatePredictionFType) [with PredBuffType = Eigen::Matrix&; OffsetType = Eigen::Block >, -1, 1, true>; QType = Eigen::Block, -1, 1, true>; UpdatePredictionFType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]::::index_t)>::; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1244:46: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:647:19: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::update_irls_class(PredBuffType&&, typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t, const OffsetType&, QType&&, UpdatePredictionFType) [with PredBuffType = Eigen::Matrix&; OffsetType = Eigen::Block >, -1, 1, true>; QType = Eigen::Block, -1, 1, true>; UpdatePredictionFType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, UpdatePredictionFType, InitResidFType, ComputeAbsGradFType) [with UpdatePredictionFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:47&)>; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeAbsGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, auto:48&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]::::index_t)>::; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1244:46: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1007:53: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiClassBase::elc(typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, const CLType&, const AType&) [with CLType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; AType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:900:30: required from ‘glmnetpp::ElnetPointInternalBinomialMultiClassBase::update_irls(typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, UpdateYPredFType, UpdatePPredFType, InitResidFType, ComputeGradFType) [with UpdateYPredFType = glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t, auto:42&)>; UpdatePPredFType = glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::; InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ComputeGradFType = glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::update_irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class, ValueType, IndexType, BoolType>::base_t::state_t = glmnetpp::util::control_flow]::::index_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t = double]:: [with auto:34 = int]’ /usr/include/c++/9/bits/stl_algo.h:3882:5: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 1, -1, false> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1044:51: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiClassBase::elc(typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, const CLType&, const AType&) [with CLType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; AType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:900:30: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, const Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1044:51: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiClassBase::elc(typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, const CLType&, const AType&) [with CLType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; AType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:900:30: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 1, -1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1044:62: required from ‘auto glmnetpp::ElnetPointInternalBinomialMultiClassBase::elc(typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t, const CLType&, const AType&) [with CLType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; AType = Eigen::Block, 1, -1, false>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:900:30: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_multi.hpp:84:33: required from ‘void glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_multi.hpp:39:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_multi.hpp:155:25: required from ‘void glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:318:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:50:35: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:50:60: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false>; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, 0, Eigen::Stride<0, 0> > >; Eigen::internal::redux_impl::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:65:36: required from ‘Eigen::Index Eigen::SparseCompressedBase::nonZeros() const [with Derived = Eigen::Map >; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:163:21: required from ‘Eigen::SparseCompressedBase::InnerIterator::InnerIterator(const Eigen::SparseCompressedBase&, Eigen::Index) [with Derived = Eigen::Map >; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:514:129: required from ‘Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>::InnerVectorInnerIterator::InnerVectorInnerIterator(const Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>&, Eigen::Index) [with ArgType = const Eigen::Map >; int BlockRows = -1; int BlockCols = 1; bool InnerPanel = true; typename Eigen::Block::Scalar = double; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:30:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >; Derived = Eigen::Block >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_driver/standardize.hpp:339:60: required from ‘static void glmnetpp::SpStandardize::eval(const XType&, YType&, WType&, bool, bool, const JUType&, GType&, XMType&, XSType&, ValueType&, ValueType&, XVType&) [with XType = Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; GType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; ValueType = double; XVType = Eigen::Matrix]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:422:40: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator >, 1, -1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator >, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:598:54: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::construct() [with ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1180:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:124:52: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:115:7: required from ‘class Eigen::internal::dense_product_base >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:147:7: required from ‘class Eigen::ProductImpl >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from ‘class Eigen::Product >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:124:52: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:531:48: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiBase::initialize_resid(RType&&, const Eigen::MatrixBase&, const Eigen::MatrixBase&, typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t) [with RType = Eigen::Block, -1, 1, true>&; YT = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VT = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:546:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase > >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase > >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:647:19: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:115:7: required from ‘class Eigen::internal::dense_product_base >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:147:7: required from ‘class Eigen::ProductImpl >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from ‘class Eigen::Product >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class_group.hpp:155:52: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class_group.hpp:156:37: required from ‘void glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, DestType&&) const [with DestType = Eigen::Matrix&; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class_group.hpp:162:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:86:30: required from ‘glmnetpp::ElnetPointCRTPBase::state_t glmnetpp::ElnetPointCRTPBase::update(typename glmnetpp::details::traits::internal_t::index_t, const PointPackType&, DiffType&&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; PointPackType = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; DiffType = Eigen::Matrix&; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >; glmnetpp::ElnetPointCRTPBase::state_t = glmnetpp::util::control_flow; typename glmnetpp::details::traits::internal_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:62:53: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:589:55: required from ‘void glmnetpp::ElnetPointInternalGaussianMultiBase::update_rsq(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:64:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:589:38: required from ‘void glmnetpp::ElnetPointInternalGaussianMultiBase::update_rsq(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:64:9: required from ‘typename glmnetpp::ElnetPointGaussianBase::base_t::state_t glmnetpp::ElnetPointGaussianBase::update(typename glmnetpp::ElnetPointGaussianBase::base_t::index_t, const PointPackType&, DiffType&&) [with typename glmnetpp::ElnetPointGaussianBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointPackType = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; DiffType = Eigen::Matrix&; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >; typename glmnetpp::ElnetPointGaussianBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointGaussianBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_multi.hpp:37:50: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:589:38: required from ‘void glmnetpp::ElnetPointInternalGaussianMultiBase::update_rsq(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:64:9: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator >, -1, 1, true> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper >, -1, 1, true> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_multi.hpp:155:25: required from ‘void glmnetpp::SpElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi, glmnetpp::SpElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:318:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multspelnet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:439:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_naive.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:97:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_cov.hpp:88:14: required from ‘static auto glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::compute_sp_cov(const X1Type&, const X2Type&, const WType&, typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::value_t) [with X1Type = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; X2Type = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; WType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_cov.hpp:65:42: required from ‘void glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::update_active(typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::index_t) [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::cov, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:81:25: required from ‘glmnetpp::ElnetPointCRTPBase::state_t glmnetpp::ElnetPointCRTPBase::update(typename glmnetpp::details::traits::internal_t::index_t, const PointPackType&, DiffType&&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; PointPackType = glmnetpp::ElnetPathBase::PointConfigPack; DiffType = double&; ElnetPointDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> >; glmnetpp::ElnetPointCRTPBase::state_t = glmnetpp::util::control_flow; typename glmnetpp::details::traits::internal_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:62:53: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_gaussian_cov.hpp:151:25: required from ‘void glmnetpp::SpElnetPath::type::cov, SpElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; ULamType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; SpElnetPointPolicy = glmnetpp::SpElnetPoint::type::cov, glmnetpp::SpElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:173:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spelnet_exp(int, double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:107:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:522:55: required from ‘struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, true>; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, -1, 1, true> >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:99:47: required from ‘void glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:179:13: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::irls(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, -1, 1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, -1, 1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:269:8: required from ‘struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, -1, 1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:30:13: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:91:45: required from ‘void glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:89:39: required from ‘void glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::ElnetPointInternal::type::two_class, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: required from ‘typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t glmnetpp::ElnetPointNonLinearCRTPBase::update(typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t, const PointConfigPack&, DiffType&&) [with typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; DiffType = double&; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:141:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_max_op; Derived = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/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::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:438:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper > > > >, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1205:25: required from ‘void glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::setup_wls(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t, InitResidFType) [with InitResidFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::setup_wls(const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool]::::index_t, glmnetpp::ElnetPointInternalStaticBase::value_t)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:95:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:86:30: required from ‘glmnetpp::ElnetPointCRTPBase::state_t glmnetpp::ElnetPointCRTPBase::update(typename glmnetpp::details::traits::internal_t::index_t, const PointPackType&, DiffType&&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; DiffType = Eigen::Matrix&; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPointCRTPBase::state_t = glmnetpp::util::control_flow; typename glmnetpp::details::traits::internal_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:127:53: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:80:43: required from ‘void glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >; glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathPoissonBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/poisson_naive.hpp:107:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:78:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = fishnet_exp(double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:274:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:138:39: required from ‘void glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: required from ‘typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t glmnetpp::ElnetPointNonLinearCRTPBase::update(typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t, const PointConfigPack&, DiffType&&) [with typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; DiffType = double&; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:141:9: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::update(typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t, const PointConfigPack&) [with typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:321:58: required from ‘void glmnetpp::ElnetPointInternalBaseViewer::update_dlx(const Eigen::MatrixBase&, typename glmnetpp::ElnetPointInternalBaseViewer::base_t::value_t) [with T = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBaseViewer::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:578:27: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Map >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:206:66: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_naive.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::naive, glmnetpp::ElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:97:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:137:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:142:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:322:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:405:26: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >; glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Matrix&; XType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:89:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false> > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 1, -1, false> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:219:27: required from ‘static constexpr bool glmnetpp::ElnetPointInternalStaticBase::equal(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T1 = Eigen::Matrix; T2 = Eigen::Transpose, 1, -1, false> >; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:75:9: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Block, -1, 1, true>; XType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class_group.hpp:80:43: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:135:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::get_elnet_point(const FitPackType&, PathConfigPackType&&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PathConfigPack&; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Block, -1, 1, true>; XType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_binomial_multi_class_group.hpp:91:43: required from ‘void glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: required from ‘typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t glmnetpp::ElnetPointNonLinearCRTPBase::update(typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t, const PointConfigPack&, DiffType&&) [with typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; DiffType = Eigen::Matrix&; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/binomial_multi_class_group.hpp:34:37: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Matrix&; XType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_poisson_naive.hpp:138:39: required from ‘void glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::naive, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:129:9: required from ‘typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t glmnetpp::ElnetPointNonLinearCRTPBase::update(typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t, const PointConfigPack&, DiffType&&) [with typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; DiffType = double&; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointNonLinearCRTPBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:141:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::naive>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::naive>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_poisson_naive.hpp:169:25: required from ‘void glmnetpp::SpElnetPath::type::naive, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const QType&, IntType, ValueType, const ULamType&, const XBType&, const XSType&, ValueType, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; QType = Eigen::Matrix; ULamType = Eigen::Map >; XBType = Eigen::Matrix; XSType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::naive, glmnetpp::SpElnetPointInternal::type::naive, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:144:9: required from ‘static void glmnetpp::details::FitPathPoisson::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, ValueType, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/poisson.hpp:255:52: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Map >; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = spfishnet_exp(double, Eigen::Map >, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:330:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/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>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/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> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/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> > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/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> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:647:31: required from ‘static void glmnetpp::ElnetPointInternalGaussianMultiBase::update_beta(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, AType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, GCurrType&&, GNextType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, ISCType&&, const CLType&, GradFType) [with AType = Eigen::Block, -1, 1, true>; GCurrType = Eigen::Matrix&; GNextType = Eigen::Matrix&; ISCType = Eigen::Matrix&; CLType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GradFType = glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:22&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:617:9: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:647:25: required from ‘static void glmnetpp::ElnetPointInternalGaussianMultiBase::update_beta(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, AType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, GCurrType&&, GNextType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, ISCType&&, const CLType&, GradFType) [with AType = Eigen::Block, -1, 1, true>; GCurrType = Eigen::Matrix&; GNextType = Eigen::Matrix&; ISCType = Eigen::Matrix&; CLType = Eigen::Map, 0, Eigen::Stride<0, 0> >; GradFType = glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:22&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:617:9: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_two_class.hpp:137:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Block, -1, 1, true>, Eigen::Block, -1, 1, true>, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::two_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_two_class.hpp:109:25: required from ‘void glmnetpp::ElnetPath::type::two_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Block, -1, 1, true>; GType = Eigen::Block, -1, 1, true>; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::two_class, glmnetpp::ElnetPointInternal::type::two_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:91:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:570:18: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, const Eigen::ArrayWrapper, -1, 1, true> > > >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:604:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/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::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required 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::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; U = Eigen::Matrix; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:610:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:589:21: required from ‘void glmnetpp::ElnetPointInternalGaussianMultiBase::update_rsq(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:64:9: required from ‘typename glmnetpp::ElnetPointGaussianBase::base_t::state_t glmnetpp::ElnetPointGaussianBase::update(typename glmnetpp::ElnetPointGaussianBase::base_t::index_t, const PointPackType&, DiffType&&) [with typename glmnetpp::ElnetPointGaussianBase::base_t::update_t upd = glmnetpp::util::update_t::full; PointPackType = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; DiffType = Eigen::Matrix&; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >; typename glmnetpp::ElnetPointGaussianBase::base_t::state_t = glmnetpp::util::control_flow; typename glmnetpp::ElnetPointGaussianBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_multi.hpp:37:50: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/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>’: /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/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> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:647:31: required from ‘static void glmnetpp::ElnetPointInternalGaussianMultiBase::update_beta(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, AType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, GCurrType&&, GNextType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, ISCType&&, const CLType&, GradFType) [with AType = Eigen::Transpose, 1, -1, false> >; GCurrType = Eigen::Matrix&; GNextType = Eigen::Matrix&; ISCType = Eigen::Matrix&; CLType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_beta(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::index_t, const ComputeGradFType&) [with ComputeGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:46&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::index_t = int]::; GradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:46&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1187:38: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:647:25: required from ‘static void glmnetpp::ElnetPointInternalGaussianMultiBase::update_beta(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, AType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, GCurrType&&, GNextType&&, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t, typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, ISCType&&, const CLType&, GradFType) [with AType = Eigen::Transpose, 1, -1, false> >; GCurrType = Eigen::Matrix&; GNextType = Eigen::Matrix&; ISCType = Eigen::Matrix&; CLType = glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::update_beta(typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::index_t, const ComputeGradFType&) [with ComputeGradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:46&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBinomialMultiClassGroupBase::base_t::index_t = int]::; GradFType = glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::update_beta(typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t, const PointPackType&) [with PointPackType = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternal::type::multi_class_group, ValueType, IndexType, BoolType>::base_t::index_t = int]::::index_t, auto:46&)>; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:1187:38: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/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::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_multi_class.hpp:135:57: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:736: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::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::assign_op]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:879: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::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::assign_op; Weak = void]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836: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::CwiseNullaryOp, Eigen::Matrix >; Func = Eigen::internal::assign_op]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:804:27: required from ‘void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename Eigen::internal::enable_if<(! Eigen::internal::evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = Eigen::internal::assign_op; typename Eigen::internal::enable_if<(! Eigen::internal::evaluator_assume_aliasing::value), void*>::type = void*]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:782:18: required from ‘void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi_class, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class, glmnetpp::ElnetPointInternal::type::multi_class, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:101:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:499, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of ‘struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:339:132: required from ‘static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Dest = Eigen::Matrix; typename Dest::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:383:34: required from ‘static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Eigen::internal::generic_product_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from ‘static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::internal::generic_product_impl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>; Eigen::internal::generic_product_impl_base::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from ‘static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::internal::generic_product_impl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from ‘static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; int Options = 0; Scalar = double; Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::SrcXprType = Eigen::Product > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:49: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:351:71: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 351 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:352:71: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 352 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:353:71: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 353 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, -1, 1, true>, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from ‘class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1024>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from ‘class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:194:40: required from ‘static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; int ProductType = 7; Eigen::internal::generic_product_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase > >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:194:40: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::SpElnetPath::type::multi_class_group>::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::SpElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/sp_binomial_multi_class_group.hpp:171:25: required from ‘void glmnetpp::SpElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XMType&, const XSType&, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::SpElnetPoint::type::multi_class_group, glmnetpp::SpElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:182:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = const Eigen::Map >; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = splognet_exp(double, Eigen::Map >, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:218:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:499, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of ‘static void Eigen::internal::general_matrix_vector_product::run(Index, Index, const LhsMapper&, const RhsMapper&, Eigen::internal::general_matrix_vector_product::ResScalar*, Index, Eigen::internal::general_matrix_vector_product::ResScalar) [with Index = long int; LhsScalar = double; LhsMapper = Eigen::internal::const_blas_data_mapper; bool ConjugateLhs = false; RhsScalar = double; RhsMapper = Eigen::internal::const_blas_data_mapper; bool ConjugateRhs = false; int Version = 0; Eigen::internal::general_matrix_vector_product::ResScalar = double]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:339:132: required from ‘static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Dest = Eigen::Matrix; typename Dest::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:383:34: required from ‘static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Eigen::internal::generic_product_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from ‘static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::internal::generic_product_impl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>; Eigen::internal::generic_product_impl_base::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from ‘static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::internal::generic_product_impl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from ‘static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; int Options = 0; Scalar = double; Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::SrcXprType = Eigen::Product > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:49: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:385:62: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 385 | conj_helper pcj; | ^~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:385:62: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_max_op; Derived = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/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::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:438:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:321:27: required from ‘void glmnetpp::ElnetPointInternalBaseViewer::update_dlx(const Eigen::MatrixBase&, typename glmnetpp::ElnetPointInternalBaseViewer::base_t::value_t) [with T = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalBaseViewer::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:578:27: required from ‘void glmnetpp::ElnetPointInternalGaussianMultiBase::update_dlx(typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t, const DiffType&) [with DiffType = Eigen::Matrix; ValueType = double; IndexType = int; BoolType = bool; typename glmnetpp::ElnetPointInternalGaussianMultiBase::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:87:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathGaussianMultiBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/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::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required 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::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_cov.hpp:55:75: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBase::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPath::type::cov>::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::cov>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_cov.hpp:136:25: required from ‘void glmnetpp::ElnetPath::type::cov, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, GType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; GType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Matrix; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::cov, glmnetpp::ElnetPointInternal::type::cov, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:90:13: required from ‘static void glmnetpp::details::FitPathGaussian::eval(bool, ValueType, const XType&, YType&, GType&, const WType&, const JUType&, const VQType&, const XMType&, const XSType&, const XVType&, const CLType&, IntType, IntType, IntType, ValueType, const VLamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VQType = Eigen::Matrix; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; CLType = Eigen::Matrix; VLamType = Eigen::Matrix; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true; bool is_multi = false]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:439:60: required from ‘void glmnetpp::ElnetDriver::fit(bool, ValueType, XType&, YType&, WType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = elnet_exp(int, double, Eigen::MatrixXd, Eigen::VectorXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:53:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 1, -1, false>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 1, -1, false>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 1, -1, false, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::Transpose, 1, -1, false> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::Transpose, 1, -1, false> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:98:43: required from ‘typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Transpose, 1, -1, false> >; typename Eigen::NumTraits::Scalar>::Real = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:703:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:118:45: required from ‘void glmnetpp::ElnetPointNonLinearCRTPBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPathBinomialMultiClassBase::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:56:21: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:371, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of ‘Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:263:43: required from ‘Index Eigen::internal::blas_data_mapper::firstAligned(Index) const [with Scalar = const double; Index = long int; int StorageOrder = 0; int AlignmentType = 0]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:400:9: required from ‘static void Eigen::internal::general_matrix_vector_product::run(Index, Index, const LhsMapper&, const RhsMapper&, Eigen::internal::general_matrix_vector_product::ResScalar*, Index, Eigen::internal::general_matrix_vector_product::ResScalar) [with Index = long int; LhsScalar = double; LhsMapper = Eigen::internal::const_blas_data_mapper; bool ConjugateLhs = false; RhsScalar = double; RhsMapper = Eigen::internal::const_blas_data_mapper; bool ConjugateRhs = false; int Version = 0; Eigen::internal::general_matrix_vector_product::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:339:132: required from ‘static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Dest = Eigen::Matrix; typename Dest::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:383:34: required from ‘static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Eigen::internal::generic_product_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from ‘static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::internal::generic_product_impl > >, Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>; Eigen::internal::generic_product_impl_base::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘auto glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathGaussianMultiBase::FitPack, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi>]’ glmnetpp/include/glmnetpp_bits/elnet_path/gaussian_multi.hpp:108:25: required from ‘void glmnetpp::ElnetPath::type::multi, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, YType&, IntType, IntType, const XType&, IntType, ValueType, const ULamType&, ValueType, IntType, const XVType&, ValueType, IntType&, AOType&, IAType&, KinType&, RSQOType&, ALMOType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RSQOType = Eigen::Map >; ALMOType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi, glmnetpp::ElnetPointInternal::type::multi, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:250:9: required from ‘static void glmnetpp::details::FitPathGaussian::eval(ValueType, const JUType&, const VQType&, const CLType&, YType&, const WType&, IntType, IntType, const XType&, IntType, ValueType, const VLamType&, ValueType, IntType, const XMType&, const XSType&, const XVType&, ValueType, IntType&, A0Type&, CAType&, IAType&, NinType&, RsqType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) [with ValueType = double; JUType = std::vector; VQType = Eigen::Matrix; CLType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; VLamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:562:59: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, WType&, const JDType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, bool, IntType, IntType&, A0Type&, AOType&, IAType&, KinType&, RsqoType&, AlmoType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; WType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; IntType = int; ULamType = Eigen::Map >; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; RsqoType = Eigen::Map >; AlmoType = Eigen::Map >; SetpbFType = multelnet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::VectorXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:385:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/Memory.h:470:10: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 470 | return first_aligned::alignment>(array, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 1, -1, false> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:349:39: required from ‘class Eigen::internal::redux_evaluator, 1, -1, false> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:416:17: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:104:1: required from ‘ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, 1, -1, false>; ResultType = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1318:40: required from ‘const Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::internal::evaluator >::Scalar = double; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:5: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from elnet_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, true>; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, -1, 1, true> >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:104:1: required from ‘ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1316:40: required from ‘const Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Matrix; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::internal::evaluator >::Scalar = double; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:637:5: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from ‘glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::get_elnet_point(const FitPackType&, const PathConfigPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; PathConfigPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::PathConfigPack; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >; glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::elnet_point_t = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_path/base.hpp:46:20: required from ‘void glmnetpp::ElnetPathCRTPBase::fit(const FitPackType&) const [with FitPackType = glmnetpp::ElnetPathBinomialMultiClassGroupBase::FitPack, Eigen::Matrix, Eigen::Matrix, int, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Matrix, Eigen::Map >, Eigen::Matrix, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::Map >, lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::, InternalParams>; ElnetPathDerived = glmnetpp::ElnetPath::type::multi_class_group>]’ glmnetpp/include/glmnetpp_bits/elnet_path/binomial_multi_class_group.hpp:112:25: required from ‘void glmnetpp::ElnetPath::type::multi_class_group, ElnetPointPolicy>::fit(ValueType, const JUType&, const VPType&, const CLType&, IntType, IntType, const XType&, const YType&, GType&, const WType&, IntType, ValueType, const ULamType&, ValueType, bool, IntType, const XVType&, IntType&, A0Type&, AOType&, IAType&, KinType&, ValueType&, DevType&, ALMType&, IntType&, IntType&, SetpbFType, const IntParamType&) const [with ValueType = double; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; ULamType = Eigen::Map >; XVType = Eigen::Matrix; A0Type = Eigen::Map >; AOType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; KinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; ALMType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; ElnetPointPolicy = glmnetpp::ElnetPoint::type::multi_class_group, glmnetpp::ElnetPointInternal::type::multi_class_group, double, int, bool> >]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:96:13: required from ‘static void glmnetpp::details::FitPathBinomial::eval(ValueType, const XType&, const YType&, GType&, const WType&, const JUType&, const VPType&, const CLType&, IntType, IntType, IntType, ValueType, const ULamType&, const XMType&, const XSType&, const XVType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, const IntParamType&) [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; WType = Eigen::Matrix; JUType = std::vector; VPType = Eigen::Matrix; CLType = Eigen::Matrix; IntType = int; ULamType = Eigen::Map >; XMType = Eigen::Matrix; XSType = Eigen::Matrix; XVType = Eigen::Matrix; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams; bool is_dense = true]’ glmnetpp/include/glmnetpp_bits/elnet_driver/binomial.hpp:309:53: required from ‘void glmnetpp::ElnetDriver::fit(ValueType, XType&, YType&, GType&, const JDType&, const VPType&, CLType&, IntType, IntType, IntType, ValueType, const ULamType&, ValueType, bool, bool, IntType, IntType, LmuType&, A0Type&, CAType&, IAType&, NinType&, ValueType&, DevType&, AlmType&, IntType&, IntType&, SetpbFType, IntParamType) const [with ValueType = double; XType = Eigen::Matrix; YType = Eigen::Matrix; GType = Eigen::Matrix; JDType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Matrix; ULamType = Eigen::Map >; IntType = int; LmuType = int; A0Type = Eigen::Map >; CAType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; NinType = Eigen::Map, 0, Eigen::Stride<0, 0> >; DevType = Eigen::Map >; AlmType = Eigen::Map >; SetpbFType = lognet_exp(double, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::MatrixXd, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map >, Eigen::MatrixXd, int, int, int, double, Eigen::Map >, double, int, int, int, int, SEXP, int, Eigen::Map >, Eigen::Map >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, double, Eigen::Map >, Eigen::Map >, int, int)::::; IntParamType = InternalParams]’ elnet_exp.cpp:162:67: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c glmnet_init.cpp -o glmnet_init.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c internal.cpp -o internal.o In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:397, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument ‘__m128’ {aka ‘__vector(4) float’} [-Wignored-attributes] 60 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument ‘__m128i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 61 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument ‘__m128d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 62 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 161 | template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 162 | template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 163 | template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 718 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 741 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 764 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 778 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 783 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 790 | ptranspose(PacketBlock& kernel) { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:377, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(4) float>::half’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from ‘class Eigen::SparseMatrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from internal.cpp:4: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] gcc -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pb.c -o pb.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pb_exp.cpp -o pb_exp.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/RcppEigen/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -Iglmnetpp/include -Iglmnetpp/src -Iglmnetpp/test -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c wls_exp.cpp -o wls_exp.o In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:397, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:60:39: warning: ignoring attributes on template argument ‘__m128’ {aka ‘__vector(4) float’} [-Wignored-attributes] 60 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:61:40: warning: ignoring attributes on template argument ‘__m128i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 61 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:62:40: warning: ignoring attributes on template argument ‘__m128d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 62 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:161:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 161 | template<> struct unpacket_traits { typedef float type; enum {size=4, alignment=Aligned16}; typedef Packet4f half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:162:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 162 | template<> struct unpacket_traits { typedef double type; enum {size=2, alignment=Aligned16}; typedef Packet2d half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:163:43: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 163 | template<> struct unpacket_traits { typedef int type; enum {size=4, alignment=Aligned16}; typedef Packet4i half; }; | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:718:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 718 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:741:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 741 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:764:35: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 764 | struct palign_impl | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:778:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 778 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:783:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 783 | ptranspose(PacketBlock& kernel) { | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:790:34: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4i’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 790 | ptranspose(PacketBlock& kernel) { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:377, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet4f’ {aka ‘__vector(4) float’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:232:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 232 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:15:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 15 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:22:70: warning: ignoring attributes on template argument ‘Eigen::internal::Packet2d’ {aka ‘__vector(2) double’} [-Wignored-attributes] 22 | template<> struct conj_helper { \ | ^ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:417:1: note: in expansion of macro ‘EIGEN_MAKE_CONJ_HELPER_CPLX_REAL’ 417 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:24:46: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(4) float>::half’ {aka ‘__vector(4) float’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:27:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(4) float’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:242:7: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:88:47: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from ‘class Eigen::QuaternionBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:250:7: required from ‘class Eigen::Quaternion’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SSE.h:92:3: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from ‘class Eigen::SparseMatrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:168:29: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:115:37: required from ‘class Eigen::TransposeImpl, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from ‘class Eigen::Transpose >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:178:72: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h:179:36: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:18:8: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) double>::half’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:24:30: required from ‘struct Eigen::internal::traits > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:54: required from ‘struct Eigen::internal::accessors_level > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:109:75: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ glmnetpp/include/glmnetpp_bits/elnet_driver/gaussian.hpp:555:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from ‘class Eigen::Matrix’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:400:10: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:38: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::Array > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, const Eigen::Array >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:402:39: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:409:48: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/binomial_base.hpp:409:49: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map >’ wls_exp.cpp:40:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:221:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ wls_exp.cpp:40:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:796:8: required from ‘struct glmnetpp::ElnetPointInternalGaussianWLSBase’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:10:8: required from ‘struct glmnetpp::ElnetPointInternal::type::wls, double, int, int>’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:16:8: required from ‘struct glmnetpp::ElnetPointCRTPBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:8:8: required from ‘struct glmnetpp::ElnetPointGaussianBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:9:8: required from ‘struct glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >’ wls_exp.cpp:52:17: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:796:8: required from ‘struct glmnetpp::ElnetPointInternalGaussianWLSBase’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:10:8: required from ‘struct glmnetpp::ElnetPointInternal::type::wls, double, int, int>’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:16:8: required from ‘struct glmnetpp::ElnetPointCRTPBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:8:8: required from ‘struct glmnetpp::ElnetPointGaussianBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:9:8: required from ‘struct glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >’ wls_exp.cpp:52:17: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:796:8: required from ‘struct glmnetpp::ElnetPointInternalGaussianWLSBase’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:10:8: required from ‘struct glmnetpp::ElnetPointInternal::type::wls, double, int, int>’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:16:8: required from ‘struct glmnetpp::ElnetPointCRTPBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:8:8: required from ‘struct glmnetpp::ElnetPointGaussianBase::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:9:8: required from ‘struct glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >’ wls_exp.cpp:52:17: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ wls_exp.cpp:113:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:370, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of ‘struct Eigen::internal::find_best_packet’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from ‘struct Eigen::internal::traits >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ wls_exp.cpp:113:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:44: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 187 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:187:83: warning: ignoring attributes on template argument ‘Eigen::internal::unpacket_traits<__vector(2) long long int>::half’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:205:88: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 205 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:300:7: required from ‘class Eigen::DenseCoeffsBase, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:551:7: required from ‘class Eigen::DenseCoeffsBase, 3>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from ‘class Eigen::PlainObjectBase >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from ‘class Eigen::Array’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:70:30: required from ‘class Eigen::SparseMapBase >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from ‘class Eigen::SparseMapBase >, 1>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from ‘class Eigen::Map >’ wls_exp.cpp:113:5: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from ‘class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from ‘class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from ‘class Eigen::Map, 0, Eigen::Stride<0, 0> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:150:32: required from ‘struct glmnetpp::SpElnetPointInternal::type::wls, double, int, int>’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:16:8: required from ‘struct glmnetpp::ElnetPointCRTPBase::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:8:8: required from ‘struct glmnetpp::ElnetPointGaussianBase::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:9:8: required from ‘struct glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >’ glmnetpp/include/glmnetpp_bits/elnet_point/sp_gaussian_wls.hpp:7:8: required from ‘struct glmnetpp::SpElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >’ wls_exp.cpp:125:17: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from ‘class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:26: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from ‘class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:34: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from ‘class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from ‘class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from ‘class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:43: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from ‘class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:52: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:17:7: required from ‘class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:133:32: required from ‘typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:85:41: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:133:56: required from ‘typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:85:41: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:298:80: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:470:10: required from ‘struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::internal::IteratorBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1004:8: required from ‘struct Eigen::internal::block_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true, false>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:952:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:336:8: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:133:17: required from ‘typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:85:41: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:409:54: required from ‘struct Eigen::internal::sparse_conjunction_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:336:8: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IteratorBased, Eigen::internal::IteratorBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:29:32: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:133:17: required from ‘typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:85:41: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:70: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:48: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Map >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:206:66: required from ‘static auto glmnetpp::ElnetPointInternalStaticBase::compute_grad(const RType&, const XType&) [with RType = Eigen::Map >; XType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:118:36: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:123:25: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_abs_grad(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:75:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Map >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Map >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Map >; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:83:14: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1337:8: required from ‘struct Eigen::internal::evaluator_wrapper_base, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1416:8: required from ‘struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:522:55: required from ‘struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >, Eigen::internal::IndexBased, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:70: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:478:7: required from ‘class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from ‘class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from ‘class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:92:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, const Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from ‘struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:928:52: required from ‘auto glmnetpp::ElnetPointInternalGaussianWLSBase::update_intercept(typename glmnetpp::ElnetPointInternalGaussianWLSBase::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternalGaussianWLSBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:99:33: required from ‘void glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::update_intercept() [with ValueType = double; IndexType = int; BoolType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:55:9: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] /home/omnipath/local/R/4.2-3.16/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>’: /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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> > > >’ /home/omnipath/local/R/4.2-3.16/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>’ /home/omnipath/local/R/4.2-3.16/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> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:928:52: required from ‘auto glmnetpp::ElnetPointInternalGaussianWLSBase::update_intercept(typename glmnetpp::ElnetPointInternalGaussianWLSBase::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternalGaussianWLSBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:99:33: required from ‘void glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::update_intercept() [with ValueType = double; IndexType = int; BoolType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:55:9: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:17:7: required from ‘class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from ‘class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:110:27: required from ‘void glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:57:9: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::update(typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t, const PointPackType&) [with typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::update_t upd = glmnetpp::util::update_t::full; PointPackType = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>; typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:128:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:109:39: required from ‘void glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:57:9: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::update(typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t, const PointPackType&) [with typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::update_t upd = glmnetpp::util::update_t::full; PointPackType = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>; typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:128:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Map >&; XType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:92:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/SparseCore:37, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Sparse:26, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:31, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of ‘class Eigen::SparseMatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:36:7: required from ‘class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Sparse>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from ‘class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_base.hpp:381:24: required from ‘static void glmnetpp::ElnetPointInternalGaussianNaiveBase::update_resid(RType&&, typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t, const XType&) [with RType = Eigen::Map >&; XType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternalGaussianNaiveBase::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:109:39: required from ‘void glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::update_resid(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t) [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:57:9: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::update(typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t, const PointPackType&) [with typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::update_t upd = glmnetpp::util::update_t::full; PointPackType = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>; typename glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:128:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, -1, 1, true> > > >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:113:70: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:74:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Eigen::internal::redux_impl::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:37:52: required from ‘static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map >; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; bool NeedToTranspose = false; Eigen::internal::dot_nocheck::ResScalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from ‘typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Map >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:206:66: required from ‘static auto glmnetpp::ElnetPointInternalStaticBase::compute_grad(const RType&, const XType&) [with RType = Eigen::Map >; XType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:118:36: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_grad(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:123:25: required from ‘typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_abs_grad(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/gaussian_wls.hpp:75:41: required from ‘glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::ElnetPointInternal(typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::ElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:45:7: required from ‘Eigen::CwiseBinaryOpImpl::CwiseBinaryOpImpl() [with BinaryOp = Eigen::internal::scalar_product_op; Lhs = const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Rhs = const Eigen::Map, 0, Eigen::Stride<0, 0> >]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:105:49: required from ‘Eigen::CwiseBinaryOp::CwiseBinaryOp(const Lhs&, const Rhs&, const BinaryOp&) [with BinaryOp = Eigen::internal::scalar_product_op; LhsType = const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; RhsType = const Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::CwiseBinaryOp::Lhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Eigen::CwiseBinaryOp::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:693:62: required from ‘const typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType::Type Eigen::SparseMatrixBase::cwiseProduct(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; typename Eigen::SparseMatrixBase::CwiseProductDenseReturnType::Type = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:109:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:128:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:225:63: required from ‘static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Derived&, const Func&) [with Func = Eigen::internal::scalar_sum_op; Derived = Eigen::internal::redux_evaluator, 0, Eigen::Stride<0, 0> > >; Eigen::internal::redux_impl::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/Redux.h:453:73: required from ‘typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:65:36: required from ‘Eigen::Index Eigen::SparseCompressedBase::nonZeros() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:163:21: required from ‘Eigen::SparseCompressedBase::InnerIterator::InnerIterator(const Eigen::SparseCompressedBase&, Eigen::Index) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseBlock.h:514:129: required from ‘Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>::InnerVectorInnerIterator::InnerVectorInnerIterator(const Eigen::internal::unary_evaluator, Eigen::internal::IteratorBased>&, Eigen::Index) [with ArgType = const Eigen::Map, 0, Eigen::Stride<0, 0> >; int BlockRows = -1; int BlockCols = 1; bool InnerPanel = true; typename Eigen::Block::Scalar = double; Eigen::Index = long int]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseDot.h:30:56: required from ‘typename Eigen::internal::traits::Scalar Eigen::SparseMatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:134:27: required from ‘typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::compute_xv(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t) const [with ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/sp_gaussian_wls.hpp:85:41: required from ‘glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::SpElnetPointInternal(typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, const XType&, RType&, const XMType&, const XSType&, XVType&, const VType&, bool, const JUType&, const VPType&, const CLType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t, AType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, GType&, IAType&, IYType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, MMType&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t&, typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t&) [with XType = Eigen::Map >; RType = Eigen::Map >; XMType = Eigen::Map >; XSType = Eigen::Map >; XVType = Eigen::Map >; VType = Eigen::Map >; JUType = Eigen::Map, 0, Eigen::Stride<0, 0> >; VPType = Eigen::Map >; CLType = Eigen::Map >; AType = Eigen::Map >; GType = Eigen::Map >; IAType = Eigen::Map, 0, Eigen::Stride<0, 0> >; IYType = Eigen::Map, 0, Eigen::Stride<0, 0> >; MMType = Eigen::Map, 0, Eigen::Stride<0, 0> >; ValueType = double; IndexType = int; BoolType = int; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::value_t = double; typename glmnetpp::SpElnetPointInternal::type::wls, ValueType, IndexType, BoolType>::base_t::index_t = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:93:23: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:650:34: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) long long int’} [-Wignored-attributes] 650 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:445, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:99:8: required from ‘struct Eigen::internal::evaluator, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:681:51: required from ‘struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:665:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::ElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::ElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:55:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:960:8: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 960 | enum { | ^ In file included from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Core:439, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/Dense:1, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigenForward.h:30, from /home/omnipath/local/R/4.2-3.16/RcppEigen/include/RcppEigen.h:25, from wls_exp.cpp:2: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of ‘class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>’: /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from ‘class Eigen::DenseBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from ‘class Eigen::MatrixBase, Eigen::Matrix > >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from ‘class Eigen::CwiseNullaryOp, Eigen::Matrix >’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:327:30: required from ‘Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Map >; Eigen::DenseBase::Scalar = double]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:501:10: required from ‘Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Map >]’ /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/SparseCore/SparseAssign.h:143:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:43:46: required from ‘glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]:::: [with auto:4 = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/internal/base.hpp:38:23: required from ‘static constexpr void glmnetpp::ElnetPointInternalStaticBase::for_each_with_skip(Iter, Iter, UpdatePolicy, SkipPolicy) [with Iter = glmnetpp::util::counting_iterator; UpdatePolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; SkipPolicy = glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]::::; ValueType = double; IndexType = int]’ glmnetpp/include/glmnetpp_bits/elnet_point/base.hpp:40:21: required from ‘std::pair glmnetpp::ElnetPointCRTPBase::fit(const PointConfigPack&) [with glmnetpp::util::update_type upd = glmnetpp::util::update_type::full; bool do_kkt = true; PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_base.hpp:35:78: required from ‘void glmnetpp::ElnetPointGaussianBase::fit(const PointConfigPack&) [with PointConfigPack = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >::PointConfigPack; ElnetPointGaussianDerived = glmnetpp::ElnetPoint::type::wls, glmnetpp::SpElnetPointInternal::type::wls, double, int, int> >]’ glmnetpp/include/glmnetpp_bits/elnet_point/gaussian_wls.hpp:43:24: required from ‘void glmnetpp::ElnetPoint::type::wls, ElnetPointInternalPolicy>::fit(IntType, IntType&) [with IntType = int; ElnetPointInternalPolicy = glmnetpp::SpElnetPointInternal::type::wls, double, int, int>]’ wls_exp.cpp:128:32: required from here /home/omnipath/local/R/4.2-3.16/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:55:30: warning: ignoring attributes on template argument ‘Eigen::internal::packet_traits::type’ {aka ‘__vector(2) double’} [-Wignored-attributes] 55 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o glmnet.so RcppExports.o coxnet5dpclean.o elnet_exp.o glmnet_init.o internal.o pb.o pb_exp.o wls_exp.o -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-glmnet/00new/glmnet/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (glmnet) * installing *source* package ‘globals’ ... ** package ‘globals’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (globals) * installing *source* package ‘graphlayouts’ ... ** package ‘graphlayouts’ successfully unpacked and MD5 sums checked ** using staged installation ** libs g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c constrained_stress.cpp -o constrained_stress.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c constrained_stress3D.cpp -o constrained_stress3D.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c reweight.cpp -o reweight.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sparseStress.cpp -o sparseStress.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stress.cpp -o stress.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -DARMA_64BIT_WORD=1 -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/RcppArmadillo/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c stress3D.cpp -o stress3D.o g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o graphlayouts.so RcppExports.o constrained_stress.o constrained_stress3D.o reweight.o sparseStress.o stress.o stress3D.o -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-graphlayouts/00new/graphlayouts/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (graphlayouts) * installing *source* package ‘gtools’ ... ** package ‘gtools’ successfully unpacked and MD5 sums checked ** using staged installation ** libs gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c roman2int.c -o roman2int.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c setTCPNoDelay.c -o setTCPNoDelay.o gcc -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o gtools.so init.o roman2int.o setTCPNoDelay.o -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-gtools/00new/gtools/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (gtools) * installing *source* package ‘insight’ ... ** package ‘insight’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (insight) * installing *source* package ‘pkgbuild’ ... ** package ‘pkgbuild’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (pkgbuild) * installing *source* package ‘png’ ... ** package ‘png’ successfully unpacked and MD5 sums checked ** using staged installation ** libs gcc -I"/usr/share/R/include" -DNDEBUG `libpng-config --cflags` -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c dummy.c -o dummy.o gcc -I"/usr/share/R/include" -DNDEBUG `libpng-config --cflags` -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c read.c -o read.o gcc -I"/usr/share/R/include" -DNDEBUG `libpng-config --cflags` -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c write.c -o write.o gcc -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o png.so dummy.o read.o write.o -lpng16 -lm -lz -lm -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-png/00new/png/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (png) * installing *source* package ‘RSQLite’ ... ** package ‘RSQLite’ successfully unpacked and MD5 sums checked ** using staged installation ** libs g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbColumn.cpp -o DbColumn.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbColumnDataSource.cpp -o DbColumnDataSource.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbColumnDataSourceFactory.cpp -o DbColumnDataSourceFactory.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbColumnStorage.cpp -o DbColumnStorage.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbConnection.cpp -o DbConnection.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbDataFrame.cpp -o DbDataFrame.o In file included from vendor/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from vendor/boost/smart_ptr/detail/yield_k.hpp:23, from vendor/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from vendor/boost/smart_ptr/detail/spinlock.hpp:42, from vendor/boost/smart_ptr/detail/spinlock_pool.hpp:25, from vendor/boost/smart_ptr/shared_ptr.hpp:29, from vendor/boost/shared_ptr.hpp:17, from DbColumn.h:7, from DbDataFrame.cpp:3: vendor/boost/config/pragma_message.hpp:24:34: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior. 24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) | ^~~~~~~ vendor/boost/config/pragma_message.hpp:24:34: note: in definition of macro ‘BOOST_PRAGMA_MESSAGE’ 24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) | ^~~~~~~ g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c DbResult.cpp -o DbResult.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c SqliteColumnDataSource.cpp -o SqliteColumnDataSource.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c SqliteColumnDataSourceFactory.cpp -o SqliteColumnDataSourceFactory.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c SqliteDataFrame.cpp -o SqliteDataFrame.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c SqliteResult.cpp -o SqliteResult.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c SqliteResultImpl.cpp -o SqliteResultImpl.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c affinity.c -o affinity.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c connection.cpp -o connection.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ext-csv.c -o ext-csv.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ext-math.c -o ext-math.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ext-regexp.c -o ext-regexp.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ext-series.c -o ext-series.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c extensions.cpp -o extensions.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c import-file.c -o import-file.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c result.cpp -o result.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rsqlite.cpp -o rsqlite.o gcc -I"/usr/share/R/include" -DNDEBUG -I. -Ivendor -Ivendor/extensions -Ivendor/sqlite3 -DRSQLITE_USE_BUNDLED_SQLITE -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_STAT4 -DSQLITE_SOUNDEX -DSQLITE_USE_URI=1 -DRCPP_DEFAULT_INCLUDE_CALL=false -DRCPP_USING_UTF8_ERROR_STRING -DBOOST_NO_AUTO_PTR -DSQLITE_MAX_LENGTH=2147483647 -DHAVE_USLEEP=1 -I'/home/omnipath/local/R/4.2-3.16/plogr/include' -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c vendor/sqlite3/sqlite3.c -o vendor/sqlite3/sqlite3.o g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o RSQLite.so DbColumn.o DbColumnDataSource.o DbColumnDataSourceFactory.o DbColumnStorage.o DbConnection.o DbDataFrame.o DbResult.o RcppExports.o SqliteColumnDataSource.o SqliteColumnDataSourceFactory.o SqliteDataFrame.o SqliteResult.o SqliteResultImpl.o affinity.o connection.o ext-csv.o ext-math.o ext-regexp.o ext-series.o extensions.o import-file.o result.o rsqlite.o vendor/sqlite3/sqlite3.o -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-RSQLite/00new/RSQLite/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 (RSQLite) * installing *source* package ‘sass’ ... ** package ‘sass’ successfully unpacked and MD5 sums checked ** using staged installation ** libs /usr/share/R/share/make/shlib.mk:18: warning: overriding recipe for target 'shlib-clean' Makevars:12: warning: ignoring old recipe for target 'shlib-clean' gcc -I"/usr/share/R/include" -DNDEBUG -I./libsass/include -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c compile.c -o compile.o g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -I./libsass/include -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.cpp -o init.o MAKEFLAGS= CC="gcc" CFLAGS="-g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 " CXX="g++ -std=gnu++14" AR="ar" LDFLAGS="-Wl,-Bsymbolic-functions -Wl,-z,relro" make -C libsass make[1]: Entering directory '/tmp/Rtmp8qQPtq/R.INSTALL1bbd703e0fa276/sass/src/libsass' gcc -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -I ./include -fPIC -c -o src/cencode.o src/cencode.c g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast.o src/ast.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_values.o src/ast_values.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_supports.o src/ast_supports.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_sel_cmp.o src/ast_sel_cmp.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_sel_unify.o src/ast_sel_unify.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_sel_super.o src/ast_sel_super.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_sel_weave.o src/ast_sel_weave.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_selectors.o src/ast_selectors.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/context.o src/context.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/constants.o src/constants.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_utils.o src/fn_utils.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_miscs.o src/fn_miscs.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_maps.o src/fn_maps.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_lists.o src/fn_lists.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_colors.o src/fn_colors.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_numbers.o src/fn_numbers.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_strings.o src/fn_strings.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/fn_selectors.o src/fn_selectors.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/color_maps.o src/color_maps.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/environment.o src/environment.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast_fwd_decl.o src/ast_fwd_decl.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/bind.o src/bind.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/file.o src/file.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/util.o src/util.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/util_string.o src/util_string.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/json.o src/json.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/units.o src/units.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/values.o src/values.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/plugins.o src/plugins.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/source.o src/source.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/position.o src/position.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/lexer.o src/lexer.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/parser.o src/parser.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/parser_selectors.o src/parser_selectors.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/prelexer.o src/prelexer.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/eval.o src/eval.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/eval_selectors.o src/eval_selectors.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/expand.o src/expand.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/listize.o src/listize.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/cssize.o src/cssize.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/extender.o src/extender.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/extension.o src/extension.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/stylesheet.o src/stylesheet.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/output.o src/output.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/inspect.o src/inspect.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/emitter.o src/emitter.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/check_nesting.o src/check_nesting.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/remove_placeholders.o src/remove_placeholders.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/sass.o src/sass.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/sass_values.o src/sass_values.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/sass_context.o src/sass_context.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/sass_functions.o src/sass_functions.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/sass2scss.o src/sass2scss.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/backtrace.o src/backtrace.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/operators.o src/operators.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/ast2c.o src/ast2c.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/c2ast.o src/c2ast.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/to_value.o src/to_value.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/source_map.o src/source_map.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/error_handling.o src/error_handling.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/memory/allocator.o src/memory/allocator.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/memory/shared_ptr.o src/memory/shared_ptr.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/utf8_string.o src/utf8_string.cpp g++ -std=gnu++14 -Wall -O2 -std=c++11 -I ./include -fPIC -c -o src/base64vlq.o src/base64vlq.cpp mkdir lib ar rcvs lib/libsass.a src/cencode.o src/ast.o src/ast_values.o src/ast_supports.o src/ast_sel_cmp.o src/ast_sel_unify.o src/ast_sel_super.o src/ast_sel_weave.o src/ast_selectors.o src/context.o src/constants.o src/fn_utils.o src/fn_miscs.o src/fn_maps.o src/fn_lists.o src/fn_colors.o src/fn_numbers.o src/fn_strings.o src/fn_selectors.o src/color_maps.o src/environment.o src/ast_fwd_decl.o src/bind.o src/file.o src/util.o src/util_string.o src/json.o src/units.o src/values.o src/plugins.o src/source.o src/position.o src/lexer.o src/parser.o src/parser_selectors.o src/prelexer.o src/eval.o src/eval_selectors.o src/expand.o src/listize.o src/cssize.o src/extender.o src/extension.o src/stylesheet.o src/output.o src/inspect.o src/emitter.o src/check_nesting.o src/remove_placeholders.o src/sass.o src/sass_values.o src/sass_context.o src/sass_functions.o src/sass2scss.o src/backtrace.o src/operators.o src/ast2c.o src/c2ast.o src/to_value.o src/source_map.o src/error_handling.o src/memory/allocator.o src/memory/shared_ptr.o src/utf8_string.o src/base64vlq.o a - src/cencode.o a - src/ast.o a - src/ast_values.o a - src/ast_supports.o a - src/ast_sel_cmp.o a - src/ast_sel_unify.o a - src/ast_sel_super.o a - src/ast_sel_weave.o a - src/ast_selectors.o a - src/context.o a - src/constants.o a - src/fn_utils.o a - src/fn_miscs.o a - src/fn_maps.o a - src/fn_lists.o a - src/fn_colors.o a - src/fn_numbers.o a - src/fn_strings.o a - src/fn_selectors.o a - src/color_maps.o a - src/environment.o a - src/ast_fwd_decl.o a - src/bind.o a - src/file.o a - src/util.o a - src/util_string.o a - src/json.o a - src/units.o a - src/values.o a - src/plugins.o a - src/source.o a - src/position.o a - src/lexer.o a - src/parser.o a - src/parser_selectors.o a - src/prelexer.o a - src/eval.o a - src/eval_selectors.o a - src/expand.o a - src/listize.o a - src/cssize.o a - src/extender.o a - src/extension.o a - src/stylesheet.o a - src/output.o a - src/inspect.o a - src/emitter.o a - src/check_nesting.o a - src/remove_placeholders.o a - src/sass.o a - src/sass_values.o a - src/sass_context.o a - src/sass_functions.o a - src/sass2scss.o a - src/backtrace.o a - src/operators.o a - src/ast2c.o a - src/c2ast.o a - src/to_value.o a - src/source_map.o a - src/error_handling.o a - src/memory/allocator.o a - src/memory/shared_ptr.o a - src/utf8_string.o a - src/base64vlq.o make[1]: Leaving directory '/tmp/Rtmp8qQPtq/R.INSTALL1bbd703e0fa276/sass/src/libsass' g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o sass.so compile.o init.o ./libsass/lib/libsass.a -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-sass/00new/sass/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (sass) * installing *source* package ‘stringr’ ... ** package ‘stringr’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (stringr) The downloaded source packages are in ‘/tmp/RtmpI2mnOP/downloaded_packages’ 'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details replacement repositories: CRAN: https://cloud.r-project.org Bioconductor version 3.16 (BiocManager 1.30.19), R 4.2.1 (2022-06-23) Old packages: 'AUCell', 'BiocParallel', 'genefilter', 'GenomeInfoDb', 'scuttle' trying URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/AUCell_1.20.2.tar.gz' Content type 'application/x-gzip' length 1770589 bytes (1.7 MB) ================================================== downloaded 1.7 MB trying URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/BiocParallel_1.32.4.tar.gz' Content type 'application/x-gzip' length 976785 bytes (953 KB) ================================================== downloaded 953 KB trying URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/genefilter_1.80.1.tar.gz' Content type 'application/x-gzip' length 716355 bytes (699 KB) ================================================== downloaded 699 KB trying URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/GenomeInfoDb_1.34.4.tar.gz' Content type 'application/x-gzip' length 3468846 bytes (3.3 MB) ================================================== downloaded 3.3 MB trying URL 'https://bioconductor.org/packages/3.16/bioc/src/contrib/scuttle_1.8.1.tar.gz' Content type 'application/x-gzip' length 980902 bytes (957 KB) ================================================== downloaded 957 KB * installing *source* package ‘AUCell’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (AUCell) * installing *source* package ‘BiocParallel’ ... ** using staged installation checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C++... yes checking whether g++ -std=gnu++14 accepts -g... yes checking for g++ -std=gnu++14 option to enable C++11 features... none needed checking for library containing shm_open... -lrt checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/mman.h... yes configure: creating ./config.status config.status: creating src/Makevars ** libs g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/BH/include' -I'/home/omnipath/local/R/4.2-3.16/cpp11/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cpp11.cpp -o cpp11.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I'/home/omnipath/local/R/4.2-3.16/BH/include' -I'/home/omnipath/local/R/4.2-3.16/cpp11/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c ipcmutex.cpp -o ipcmutex.o g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o BiocParallel.so cpp11.o ipcmutex.o -lrt -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-BiocParallel/00new/BiocParallel/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 (BiocParallel) * installing *source* package ‘genefilter’ ... ** using staged installation ** libs g++ -std=gnu++14 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c half_range_mode.cpp -o half_range_mode.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c init.c -o init.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c nd.c -o nd.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pAUC.c -o pAUC.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rowPAUCs.c -o rowPAUCs.o gcc -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c rowttests.c -o rowttests.o gfortran -fno-optimize-sibling-calls -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -c ttest.f -o ttest.o g++ -std=gnu++14 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o genefilter.so half_range_mode.o init.o nd.o pAUC.o rowPAUCs.o rowttests.o ttest.o -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-genefilter/00new/genefilter/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (genefilter) * installing *source* package ‘GenomeInfoDb’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (GenomeInfoDb) * installing *source* package ‘scuttle’ ... ** using staged installation ** libs g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c cumulative_prop.cpp -o cumulative_prop.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c downsample_counts.cpp -o downsample_counts.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c fit_linear_model.cpp -o fit_linear_model.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c pool_size_factors.cpp -o pool_size_factors.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c sum_counts.cpp -o sum_counts.o g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/ -I'/home/omnipath/local/R/4.2-3.16/Rcpp/include' -I'/home/omnipath/local/R/4.2-3.16/beachmat/include' -fpic -g -O2 -fdebug-prefix-map=/build/r-base-zYgbYq/r-base-4.2.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -c utils.cpp -o utils.o g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o scuttle.so RcppExports.o cumulative_prop.o downsample_counts.o fit_linear_model.o pool_size_factors.o sum_counts.o utils.o -llapack -lblas -lgfortran -lm -lquadmath -L/usr/lib/R/lib -lR installing to /home/omnipath/local/R/4.2-3.16/00LOCK-scuttle/00new/scuttle/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 (scuttle) The downloaded source packages are in ‘/tmp/RtmpI2mnOP/downloaded_packages’ [ Finished: 2022-12-04 01:09:33 CET ]